summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHiltjo Posthuma <hiltjo@codemadness.org>2016-02-24 14:41:37 +0100
committerHiltjo Posthuma <hiltjo@codemadness.org>2016-02-24 14:41:37 +0100
commitf4f53c577eb86d4e65494270a9cf259b27ea22b9 (patch)
treeddda545822f9ad1537ced024f8f7fece6a97f7fc
parent8bf328befabb4d95fa7bf8036f6309e4cd26570d (diff)
config.mk: add -D_DEFAULT_SOURCE to commented builds
-rw-r--r--config.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/config.mk b/config.mk
index 27835fa..2c04b35 100644
--- a/config.mk
+++ b/config.mk
@@ -18,12 +18,12 @@ LDFLAGS = ${LIBS}
# optimized
#CFLAGS = -O2 -std=c99 \
-# -D_XOPEN_SOURCE=700 -D_BSD_SOURCE ${INCS}
+# -D_XOPEN_SOURCE=700 -D_DEFAULT_SOURCE -D_BSD_SOURCE ${INCS}
#LDFLAGS = -s ${LIBS}
# optimized static
#CFLAGS = -static -O2 -std=c99 \
-# -D_XOPEN_SOURCE=700 -D_BSD_SOURCE ${INCS}
+# -D_XOPEN_SOURCE=700 -D_DEFAULT_SOURCE -D_BSD_SOURCE ${INCS}
#LDFLAGS = -static -s ${LIBS}
# compiler and linker