config.mk: add -D_DEFAULT_SOURCE to commented builds
This commit is contained in:
parent
8bf328befa
commit
f4f53c577e
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue