Skip to content
Snippets Groups Projects
Commit 354b6c4b authored by deuce's avatar deuce
Browse files
parent 40d082ac
No related branches found
No related tags found
No related merge requests found
......@@ -298,7 +298,7 @@ endif
# PThread-specific flags
ifeq ($(os),linux) # Linux
CFLAGS += -DPOSIX_C_SOURCE=200809L -D_BSD_SOURCE -D_XOPEN_SOURCE=700 -DSPEED_MACROS_ONLY
CFLAGS += -DPOSIX_C_SOURCE=200809L -D_DEFAULT_SOURCE -D_BSD_SOURCE -D_XOPEN_SOURCE=700 -DSPEED_MACROS_ONLY
ifndef THREADS_ACTUALLY_WORK
CFLAGS += -D_THREAD_SUID_BROKEN
endif
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment