mirror of
https://github.com/wolfpld/tracy
synced 2026-01-19 04:52:09 +00:00
Allow easy adding of tracy flags in test application.
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
OPTFLAGS := -g3 -fmerge-constants
|
||||
CFLAGS := $(OPTFLAGS) -Wall -DTRACY_ENABLE -rdynamic
|
||||
TRACYFLAGS :=
|
||||
CFLAGS := $(OPTFLAGS) -Wall -DTRACY_ENABLE $(TRACYFLAGS) -rdynamic
|
||||
CXXFLAGS := $(CFLAGS) -std=gnu++17
|
||||
DEFINES +=
|
||||
INCLUDES :=
|
||||
|
||||
Reference in New Issue
Block a user