aboutsummaryrefslogtreecommitdiffstats
path: root/config.mk
diff options
context:
space:
mode:
authorMattias Andrée <maandree@kth.se>2019-10-10 16:55:35 +0200
committerMattias Andrée <maandree@kth.se>2019-10-10 16:55:35 +0200
commitcbe3d7d382280ae090ea86b1f415e0f10ea2f408 (patch)
treed6d618d878e47b6b608351108cc520fb2d9b3295 /config.mk
parentm (diff)
downloadlibred-cbe3d7d382280ae090ea86b1f415e0f10ea2f408.tar.gz
libred-cbe3d7d382280ae090ea86b1f415e0f10ea2f408.tar.bz2
libred-cbe3d7d382280ae090ea86b1f415e0f10ea2f408.tar.xz
Update config.mk
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to 'config.mk')
-rw-r--r--config.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/config.mk b/config.mk
index 32897e2..31eb919 100644
--- a/config.mk
+++ b/config.mk
@@ -2,5 +2,5 @@ PREFIX = /usr
MANPREFIX = $(PREFIX)/share/man
CPPFLAGS = -D_DEFAULT_SOURCE -D_BSD_SOURCE -D_XOPEN_SOURCE=700 -D_GNU_SOURCE
-CFLAGS = -std=c99 -Wall
-LDFLAGS = -lm
+CFLAGS = -std=c99 -Wall -O2
+LDFLAGS = -lm -s