Enable profiling in the test application.

This commit is contained in:
Bartosz Taudul 2017-10-16 21:43:13 +02:00
parent 990d20b782
commit 9d55bc071b

View File

@ -1,4 +1,5 @@
CFLAGS := -g3 -Wall -fmerge-constants -D_GNU_SOURCE
OPTFLAGS := -g3 -fmerge-constants
CFLAGS := $(OPTFLAGS) -Wall -D_GNU_SOURCE -DTRACY_ENABLE
CXXFLAGS := $(CFLAGS) -std=gnu++14
DEFINES +=
INCLUDES :=