aboutsummaryrefslogtreecommitdiffstats
path: root/config.mk
diff options
context:
space:
mode:
authorMattias Andrée <maandree@kth.se>2022-01-03 12:27:39 +0100
committerMattias Andrée <maandree@kth.se>2022-01-03 12:27:39 +0100
commit71e245e74c8c09c0b19cd2c99e3c348f8ee7477a (patch)
tree36b1ae0b0adfe5312afc170f0b58e5498c7463e1 /config.mk
parentUpdate todo (diff)
downloadlibparser-71e245e74c8c09c0b19cd2c99e3c348f8ee7477a.tar.gz
libparser-71e245e74c8c09c0b19cd2c99e3c348f8ee7477a.tar.bz2
libparser-71e245e74c8c09c0b19cd2c99e3c348f8ee7477a.tar.xz
Fix reject and char-range support1.1.1
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 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