aboutsummaryrefslogtreecommitdiffstats
path: root/config.mk
diff options
context:
space:
mode:
authorChristoph Lohmann <20h@r-36.net>2012-04-28 10:59:36 +0200
committerChristoph Lohmann <20h@r-36.net>2012-04-28 10:59:36 +0200
commite2d4a797b6364fd79fc6102d866f074409604815 (patch)
treef89b23b7ab9f278cbe9d26ca993696702f59eb25 /config.mk
parente2c236b300e4fa9f4f7fdb672251892c2be3e149 (diff)
downloadnldev-e2d4a797b6364fd79fc6102d866f074409604815.tar.bz2
nldev-e2d4a797b6364fd79fc6102d866f074409604815.tar.xz
Adding security and nasty comments.
Diffstat (limited to 'config.mk')
-rw-r--r--config.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.mk b/config.mk
index b9b98de..7e4fe58 100644
--- a/config.mk
+++ b/config.mk
@@ -13,7 +13,7 @@ INCS = -I. -I/usr/include
LIBS = -L/usr/lib -lc
# flags
-CPPFLAGS = -DVERSION=\"${VERSION}\" -D_BSD_SOURCE
+CPPFLAGS = -DVERSION=\"${VERSION}\" -D_BSD_SOURCE -D_GNU_SOURCE
CFLAGS = -g -std=c99 -pedantic -Wall -O0 ${INCS} ${CPPFLAGS}
LDFLAGS = -static -g ${LIBS}
#LDFLAGS = -s ${LIBS}