changeset 81:e8fcc2a1d250

misc: reduce C required version to C11, nothing higher is required
author David Demelier <markand@malikania.fr>
date Thu, 27 Feb 2020 20:05:00 +0100
parents 05ffbcdee585
children 6362e9d6d084
files Makefile
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/Makefile	Sat Feb 15 12:38:25 2020 +0100
+++ b/Makefile	Thu Feb 27 20:05:00 2020 +0100
@@ -19,9 +19,9 @@
 .POSIX:
 
 CC=             gcc
-CFLAGS=         -MMD -O0 -std=c18 -Wall -Wextra -g -Wall -Wextra
+CFLAGS=         -MMD -O0 -std=c11 -Wall -Wextra -g -Wall -Wextra
 # Use this instead to build a release.
-# CFLAGS=         -MMD -O3 -DNDEBUG -std=c18 -Wall -Wextra
+# CFLAGS=         -MMD -O3 -DNDEBUG -std=c11 -Wall -Wextra
 PROG=           molko
 LIB=            libmolko.a