diff options
author | Mattias Andrée <maandree@kth.se> | 2019-04-12 21:43:15 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2019-04-12 21:43:15 +0200 |
commit | a2c0a557de306fe7a0db61065480146eee095278 (patch) | |
tree | 3de9a30180fa5e89a00232b2ea8b11242a4932a0 | |
parent | Add README (diff) | |
download | liberror-libc-a2c0a557de306fe7a0db61065480146eee095278.tar.gz liberror-libc-a2c0a557de306fe7a0db61065480146eee095278.tar.bz2 liberror-libc-a2c0a557de306fe7a0db61065480146eee095278.tar.xz |
Use C99 rather than C11
Signed-off-by: Mattias Andrée <maandree@kth.se>
-rw-r--r-- | config.mk | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2,5 +2,5 @@ PREFIX = /usr MANPREFIX = $(PREFIX)/share/man CPPFLAGS = -D_DEFAULT_SOURCE -D_BSD_SOURCE -D_XOPEN_SOURCE=700 -CFLAGS = -std=c11 -Wall -pedantic +CFLAGS = -std=c99 -Wall -pedantic LDFLAGS = -s |