aboutsummaryrefslogtreecommitdiffstats
path: root/config.mk
diff options
context:
space:
mode:
authorMattias Andrée <maandree@kth.se>2022-07-19 13:47:08 +0200
committerMattias Andrée <maandree@kth.se>2022-07-19 13:47:08 +0200
commit3dd9089913623ccfa54ec7a2b5e876d17316c838 (patch)
treef39a4ead77a213f9904b4e21ff3aac1445b16612 /config.mk
parentMove some test code to newline created .c files (diff)
downloadlibsimple-3dd9089913623ccfa54ec7a2b5e876d17316c838.tar.gz
libsimple-3dd9089913623ccfa54ec7a2b5e876d17316c838.tar.bz2
libsimple-3dd9089913623ccfa54ec7a2b5e876d17316c838.tar.xz
Improve makefile and fix a bug
Signed-off-by: Mattias Andrée <maandree@kth.se>
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 605a704..c9919fd 100644
--- a/config.mk
+++ b/config.mk
@@ -4,5 +4,5 @@ MANPREFIX = $(PREFIX)/share/man
CC = cc
CPPFLAGS = -D_DEFAULT_SOURCE -D_BSD_SOURCE -D_XOPEN_SOURCE=700
-CFLAGS = -std=c11 -Wall -Wextra -O2 $(CPPFLAGS)
+CFLAGS = -std=c11 -Wall -Wextra -O2
LDFLAGS = -s