Skip to content

Commit 82af33d

Browse files
Windows make file update.
1 parent 3329d13 commit 82af33d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

makefile.win32

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,7 @@ NPROCS = $(shell grep -c 'processor' /proc/cpuinfo)
1111
MAKEFLAGS += -j$(NPROCS)
1212

1313
CXXFLAGS += `$(SDLC) --cflags` -DVERSION=$(VERSION) -DREVISION=$(REVISION) -DDATA_DIR=\"$(DATA_DIR)\" -DLOCALE_DIR=\"$(LOCALE_DIR)\"
14-
CXXFLAGS += -ansi
15-
CXXFLAGS += -m32
14+
CXXFLAGS += -Wall -Wempty-body -ansi -pedantic -Werror -Wstrict-prototypes -Werror=maybe-uninitialized -Warray-bounds
1615

1716
LDFLAGS += `$(SDLC) --libs` -lm -lSDL2_mixer -lSDL2_image -lSDL2_ttf -lSDL2main
1817

0 commit comments

Comments
 (0)