mirror of
https://git.do.srb2.org/STJr/UltimateZoneBuilder.git
synced 2024-11-25 13:21:28 +00:00
Makefile: error on warnings
This commit is contained in:
parent
df95bdc398
commit
40c897cf0a
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -21,7 +21,7 @@ INC_FLAGS := $(addprefix -I,$(INC_DIRS))
|
|||
|
||||
CPPFLAGS_ := $(INC_FLAGS) -MMD -MP
|
||||
|
||||
CFLAGS_ = -O2 --shared -g3 -fPIC
|
||||
CFLAGS_ = -O2 --shared -g3 -fPIC -Wall -Wextra -Wno-unused-parameter -Werror
|
||||
|
||||
ifdef MINGW
|
||||
CFLAGS_ += -msse2
|
||||
|
|
Loading…
Reference in a new issue