Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/wolfpld/tracy.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorBartosz Taudul <wolf.pld@gmail.com>2019-09-21 16:49:54 +0300
committerBartosz Taudul <wolf.pld@gmail.com>2019-09-21 16:49:54 +0300
commit2a9b1b3cf353f9eb6aa3d4b0ae307970c65d3868 (patch)
treefac7bc1526651e26e7c629b89de1f5ac5b07b832 /test
parenta5fecc350b9065e58c790eb1a37aaa225b05fe00 (diff)
Allow easy adding of tracy flags in test application.
Diffstat (limited to 'test')
-rw-r--r--test/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/Makefile b/test/Makefile
index 5d9d4690..0beca501 100644
--- a/test/Makefile
+++ b/test/Makefile
@@ -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 :=