summaryrefslogtreecommitdiff
path: root/config.mk
diff options
context:
space:
mode:
authorHiltjo Posthuma <hiltjo@codemadness.org>2014-04-09 00:36:43 +0200
committerHiltjo Posthuma <hiltjo@codemadness.org>2014-04-09 00:36:43 +0200
commitb3b7fad6974e1e67396e4c0988d58a511bd3dba8 (patch)
treebfc1c021e85a1236f1e572d719dd977d9ae8873c /config.mk
parente11d6d36d576683ec63dda6495bfaf9faaa2ec87 (diff)
config.mk: dont use -Wextra
Signed-off-by: Hiltjo Posthuma <hiltjo@codemadness.org>
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 ed0a879..63d5b1d 100644
--- a/config.mk
+++ b/config.mk
@@ -12,7 +12,7 @@ INCS =
LIBS = -lc
# debug
-CFLAGS = -fstack-protector-all -O0 -g -std=c99 -Wall -Wextra -pedantic \
+CFLAGS = -fstack-protector-all -O0 -g -std=c99 -Wall -pedantic \
-DVERSION=\"${VERSION}\" -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE
LDFLAGS = ${LIBS}