aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMattias Andrée <maandree@kth.se>2021-04-18 13:43:57 +0200
committerMattias Andrée <maandree@kth.se>2021-04-18 13:43:57 +0200
commite708de17a241d18283d6028721132e3d63666e33 (patch)
tree598d7cb2d29b9706515c506387f3085fee79bfe0
parentRemove curly brackets (diff)
downloadlibparser-e708de17a241d18283d6028721132e3d63666e33.tar.gz
libparser-e708de17a241d18283d6028721132e3d63666e33.tar.bz2
libparser-e708de17a241d18283d6028721132e3d63666e33.tar.xz
Compile with -O2 and -s
Signed-off-by: Mattias Andrée <maandree@kth.se>
-rw-r--r--config.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/config.mk b/config.mk
index dac7c46..accd17b 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 -I"$$(pwd)"
-CFLAGS = -std=c99 -Wall -Og -g
-LDFLAGS =
+CFLAGS = -std=c99 -Wall -O2
+LDFLAGS = -s