Introduction
Introduction Statistics Contact Development Disclaimer Help
tNo need for -D_POSIX_C_SOURCE=200809L - stagit - static git page generator
git clone git://src.adamsgaard.dk/stagit
Log
Files
Refs
README
LICENSE
---
commit cae9950407009652d52a2c140d136d3f14b4095c
parent bd854ac71fe7045b74accc57b5e1933b411033be
Author: sin <[email protected]>
Date: Wed, 6 Jan 2016 17:18:58 +0000
No need for -D_POSIX_C_SOURCE=200809L
XOPEN is a superset.
Diffstat:
M config.mk | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/config.mk b/config.mk
t@@ -13,17 +13,17 @@ LIBS = -L${GITLIB} -lgit2 -lc
# debug
CFLAGS = -fstack-protector-all -O0 -g -std=c99 -Wall -Wextra -pedantic \
- -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -D_BSD_SOURCE ${INCS}
+ -D_XOPEN_SOURCE=700 -D_BSD_SOURCE ${INCS}
LDFLAGS = ${LIBS}
# optimized
#CFLAGS = -O2 -std=c99 \
-# -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -D_BSD_SOURCE ${INCS}
+# -D_XOPEN_SOURCE=700 -D_BSD_SOURCE ${INCS}
#LDFLAGS = -s ${LIBS}
# optimized static
#CFLAGS = -static -O2 -std=c99 \
-# -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -D_BSD_SOURCE ${INCS}
+# -D_XOPEN_SOURCE=700 -D_BSD_SOURCE ${INCS}
#LDFLAGS = -static -s ${LIBS}
# compiler and linker
You are viewing proxied material from mx1.adamsgaard.dk. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.