diff Makefile.gen @ 2044:1b441465ef36

Add commented out line to build.
author Matti Hamalainen <ccr@tnsp.org>
date Fri, 30 Nov 2018 07:04:47 +0200
parents f41bc7203a16
children e900e6e2593d
line wrap: on
line diff
--- a/Makefile.gen	Fri Nov 30 06:56:38 2018 +0200
+++ b/Makefile.gen	Fri Nov 30 07:04:47 2018 +0200
@@ -270,6 +270,7 @@
 ### Rest of the rules
 ###
 CFLAGS += -g -W -Wall -DHAVE_STRING_H $(EXTRA_CFLAGS)
+#CFLAGS += -std=c11 -D_FILE_OFFSET_BITS=64
 CXXFLAGS=$(CFLAGS)
 
 DM_CFLAGS += $(SDL_CFLAGS)