mirror of
https://github.com/wolfpld/tracy.git
synced 2024-11-22 14:44:34 +00:00
Allow easy adding of tracy flags in test application.
This commit is contained in:
parent
a5fecc350b
commit
2a9b1b3cf3
@ -1,5 +1,6 @@
|
|||||||
OPTFLAGS := -g3 -fmerge-constants
|
OPTFLAGS := -g3 -fmerge-constants
|
||||||
CFLAGS := $(OPTFLAGS) -Wall -DTRACY_ENABLE -rdynamic
|
TRACYFLAGS :=
|
||||||
|
CFLAGS := $(OPTFLAGS) -Wall -DTRACY_ENABLE $(TRACYFLAGS) -rdynamic
|
||||||
CXXFLAGS := $(CFLAGS) -std=gnu++17
|
CXXFLAGS := $(CFLAGS) -std=gnu++17
|
||||||
DEFINES +=
|
DEFINES +=
|
||||||
INCLUDES :=
|
INCLUDES :=
|
||||||
|
Loading…
Reference in New Issue
Block a user