diff options
author | Mattias Andrée <maandree@kth.se> | 2022-01-03 12:27:39 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2022-01-03 12:27:39 +0100 |
commit | 71e245e74c8c09c0b19cd2c99e3c348f8ee7477a (patch) | |
tree | 36b1ae0b0adfe5312afc170f0b58e5498c7463e1 /config.mk | |
parent | Update todo (diff) | |
download | libparser-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.mk | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |