diff Makefile.gen @ 2586:9807ae37ad69

Require stdbool.h, we require C11 now.
author Matti Hamalainen <ccr@tnsp.org>
date Thu, 08 Dec 2022 15:59:22 +0200
parents 812b16ee49db
children e63f0ca2e7dc
line wrap: on
line diff
--- a/Makefile.gen	Thu Dec 08 15:56:36 2022 +0200
+++ b/Makefile.gen	Thu Dec 08 15:59:22 2022 +0200
@@ -21,9 +21,9 @@
 # -march=corei7
 endif
 
-CFLAGS += -g -W -Wall $(EXTRA_CFLAGS)
-#CFLAGS += -std=c11 -D_FILE_OFFSET_BITS=64 -D_POSIX_C_SOURCE=200808L
+CFLAGS += -g -W -Wall -D_FILE_OFFSET_BITS=64 -D_POSIX_C_SOURCE=200808L $(EXTRA_CFLAGS)
 CXXFLAGS = $(CFLAGS)
+CFLAGS += -std=c11
 
 DM_CFLAGS += -I$(DMLIB_SRC) $(SDL_CFLAGS)
 DM_LDFLAGS += $(LDFLAGS)