mirror of
https://github.com/wolfpld/tracy.git
synced 2024-11-22 06:34:36 +00:00
No _GNU_SOURCE define in test application.
This commit is contained in:
parent
aa12a3bf94
commit
7a13494424
@ -1,5 +1,5 @@
|
||||
OPTFLAGS := -g3 -fmerge-constants
|
||||
CFLAGS := $(OPTFLAGS) -Wall -D_GNU_SOURCE -DTRACY_ENABLE
|
||||
CFLAGS := $(OPTFLAGS) -Wall -DTRACY_ENABLE
|
||||
CXXFLAGS := $(CFLAGS) -std=gnu++14
|
||||
DEFINES +=
|
||||
INCLUDES :=
|
||||
|
Loading…
Reference in New Issue
Block a user