changeset 2044:1b441465ef36

Add commented out line to build.
author Matti Hamalainen <ccr@tnsp.org>
date Fri, 30 Nov 2018 07:04:47 +0200
parents cbb3463fea2a
children 1662730053d0
files Makefile.gen
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
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)