diff Makefile.gen @ 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 04917c170c23
children b3d46806787d
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/