From 82af33d075af78b7da43cc6e5eb5e44a84cfaf4a Mon Sep 17 00:00:00 2001 From: Steve Date: Fri, 22 Nov 2019 07:30:03 +0000 Subject: [PATCH] Windows make file update. --- makefile.win32 | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/makefile.win32 b/makefile.win32 index df0740a..482c754 100644 --- a/makefile.win32 +++ b/makefile.win32 @@ -11,8 +11,7 @@ NPROCS = $(shell grep -c 'processor' /proc/cpuinfo) MAKEFLAGS += -j$(NPROCS) CXXFLAGS += `$(SDLC) --cflags` -DVERSION=$(VERSION) -DREVISION=$(REVISION) -DDATA_DIR=\"$(DATA_DIR)\" -DLOCALE_DIR=\"$(LOCALE_DIR)\" -CXXFLAGS += -ansi -CXXFLAGS += -m32 +CXXFLAGS += -Wall -Wempty-body -ansi -pedantic -Werror -Wstrict-prototypes -Werror=maybe-uninitialized -Warray-bounds LDFLAGS += `$(SDLC) --libs` -lm -lSDL2_mixer -lSDL2_image -lSDL2_ttf -lSDL2main