mirror of
https://github.com/wolfpld/tracy.git
synced 2024-11-25 23:44:35 +00:00
Enable profiling in the test application.
This commit is contained in:
parent
990d20b782
commit
9d55bc071b
@ -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 :=
|
||||
|
Loading…
Reference in New Issue
Block a user