mirror of
https://github.com/wolfpld/tracy
synced 2025-04-29 12:23:53 +00:00
Add _GNU_SOURCE define for pthread_[gs]etname_np on cygwin.
This commit is contained in:
parent
a68b0921b1
commit
c1cab84329
@ -1,4 +1,4 @@
|
||||
CFLAGS := -g3 -Wall -fmerge-constants
|
||||
CFLAGS := -g3 -Wall -fmerge-constants -D_GNU_SOURCE
|
||||
CXXFLAGS := $(CFLAGS) -std=gnu++14
|
||||
DEFINES +=
|
||||
INCLUDES :=
|
||||
|
Loading…
x
Reference in New Issue
Block a user