summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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