aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMattias Andrée <maandree@kth.se>2019-10-10 16:55:01 +0200
committerMattias Andrée <maandree@kth.se>2019-10-10 16:55:01 +0200
commit0c037d421d7c70e917f0ccce530d682601206054 (patch)
tree2a71b2fcbccf78f720df21449e5f0852a780d206
parentFix error handling in the case of 1 file argument (diff)
downloadloc-0c037d421d7c70e917f0ccce530d682601206054.tar.gz
loc-0c037d421d7c70e917f0ccce530d682601206054.tar.bz2
loc-0c037d421d7c70e917f0ccce530d682601206054.tar.xz
Update config.mk
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 3d7684d..a61c851 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 -Wextra -pedantic $(CPPFLAGS)
-LDFLAGS =
+CFLAGS = -std=c99 -Wall -O2 $(CPPFLAGS)
+LDFLAGS = -s