Allow easy adding of tracy flags in test application.

This commit is contained in:
Bartosz Taudul 2019-09-21 15:49:54 +02:00
parent a5fecc350b
commit 2a9b1b3cf3

View File

@ -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 :=