comparison 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
comparison
equal deleted inserted replaced
2043:cbb3463fea2a 2044:1b441465ef36
268 268
269 ### 269 ###
270 ### Rest of the rules 270 ### Rest of the rules
271 ### 271 ###
272 CFLAGS += -g -W -Wall -DHAVE_STRING_H $(EXTRA_CFLAGS) 272 CFLAGS += -g -W -Wall -DHAVE_STRING_H $(EXTRA_CFLAGS)
273 #CFLAGS += -std=c11 -D_FILE_OFFSET_BITS=64
273 CXXFLAGS=$(CFLAGS) 274 CXXFLAGS=$(CFLAGS)
274 275
275 DM_CFLAGS += $(SDL_CFLAGS) 276 DM_CFLAGS += $(SDL_CFLAGS)
276 DM_LDFLAGS += $(LDFLAGS) 277 DM_LDFLAGS += $(LDFLAGS)
277 278