diff options
author | Mattias Andrée <maandree@kth.se> | 2022-07-19 13:47:08 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2022-07-19 13:47:08 +0200 |
commit | 3dd9089913623ccfa54ec7a2b5e876d17316c838 (patch) | |
tree | f39a4ead77a213f9904b4e21ff3aac1445b16612 /config.mk | |
parent | Move some test code to newline created .c files (diff) | |
download | libsimple-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.mk | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |