aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMattias Andrée <maandree@kth.se>2021-02-28 01:08:12 +0100
committerMattias Andrée <maandree@kth.se>2021-02-28 01:08:12 +0100
commit196c7837ecdef9d18ab4c22e1c9e9c6aec852d9c (patch)
treea13d6a45c7d4060e8963671c5c7e810c490e8ee3
parentUpdate makefile (diff)
downloadgpp-196c7837ecdef9d18ab4c22e1c9e9c6aec852d9c.tar.gz
gpp-196c7837ecdef9d18ab4c22e1c9e9c6aec852d9c.tar.bz2
gpp-196c7837ecdef9d18ab4c22e1c9e9c6aec852d9c.tar.xz
Update config.mk2.0
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 20f922d..2e90419 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
-CFLAGS = -std=c99 -Wall -Og -g
-LDFLAGS =
+CFLAGS = -std=c99 -Wall -O2
+LDFLAGS = -s