changeset 286:6212051334e7

As we advertise C99 in README, use it instead of -std=c11
author Matti Hamalainen <ccr@tnsp.org>
date Wed, 08 Jan 2020 11:12:57 +0200
parents 04757ddace1a
children 41bde08182ce
files Makefile.gen
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/Makefile.gen	Wed Jan 08 11:09:00 2020 +0200
+++ b/Makefile.gen	Wed Jan 08 11:12:57 2020 +0200
@@ -1,6 +1,6 @@
-CFLAGS += -W -Wall -Wextra -std=c11 -pedantic -I./ -D_XOPEN_SOURCE=500
 CFLAGS += -g
 CFLAGS += -O2
+CFLAGS += -W -Wall -Wextra -std=c99 -pedantic -I./ -D_XOPEN_SOURCE=500
 THLIBS = th-libs/