diff options
author | Mattias Andrée <maandree@kth.se> | 2019-10-10 16:55:01 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2019-10-10 16:55:01 +0200 |
commit | 0c037d421d7c70e917f0ccce530d682601206054 (patch) | |
tree | 2a71b2fcbccf78f720df21449e5f0852a780d206 /config.mk | |
parent | Fix error handling in the case of 1 file argument (diff) | |
download | loc-0c037d421d7c70e917f0ccce530d682601206054.tar.gz loc-0c037d421d7c70e917f0ccce530d682601206054.tar.bz2 loc-0c037d421d7c70e917f0ccce530d682601206054.tar.xz |
Update config.mk
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to '')
-rw-r--r-- | config.mk | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |