appveyor: compile with GCC 4.9 warning flags

This commit is contained in:
Alam Ed Arias 2016-09-06 19:59:15 -04:00
parent df6d3de8ca
commit ab322179f5
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@ before_build:
- upx -V
- ccache -V
- ccache -s
- set SRB2_MFLAGS=-C src MINGW=1 WARNINGMODE=1 GCC53=1 CCACHE=1
- set SRB2_MFLAGS=-C src MINGW=1 WARNINGMODE=1 GCC49=1 CCACHE=1
build_script:
- cmd: mingw32-make.exe %SRB2_MFLAGS% %CONFIGURATION%=1 clean