changeset 778:ac9895c6b056

Bump standard to C11.
author Matti Hamalainen <ccr@tnsp.org>
date Sun, 02 Jul 2023 14:41:50 +0300
parents 484853471eaf
children 97833753b599
files Makefile.gen
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/Makefile.gen	Sun Jul 02 03:19:57 2023 +0300
+++ b/Makefile.gen	Sun Jul 02 14:41:50 2023 +0300
@@ -2,7 +2,7 @@
 ### Compiler flags and paths
 ###
 CFLAGS += -W -Wall -Wextra -D_XOPEN_SOURCE=500 -I./
-CFLAGS += -std=c99 -pedantic
+CFLAGS += -std=c11 -pedantic
 CFLAGS += -g
 CFLAGS += -O2
 CFLAGS += -DTH_USE_INTERNAL_SPRINTF=1