Use --enable-all-bugs-are-fatal on hardened Appveyor build

This commit is contained in:
rl1987 2020-03-14 16:15:19 +02:00 committed by teor
parent 39f77a5b1f
commit 8680ff7082
No known key found for this signature in database
GPG key ID: 10FEAA0E7075672A

View file

@ -18,7 +18,7 @@ environment:
- target: i686-w64-mingw32 - target: i686-w64-mingw32
compiler_path: mingw32 compiler_path: mingw32
mingw_prefix: mingw-w64-i686 mingw_prefix: mingw-w64-i686
hardening: hardening: --enable-all-bugs-are-fatal
- target: x86_64-w64-mingw32 - target: x86_64-w64-mingw32
compiler_path: mingw64 compiler_path: mingw64
mingw_prefix: mingw-w64-x86_64 mingw_prefix: mingw-w64-x86_64
@ -36,7 +36,7 @@ matrix:
target: i686-w64-mingw32 target: i686-w64-mingw32
compiler_path: mingw32 compiler_path: mingw32
mingw_prefix: mingw-w64-i686 mingw_prefix: mingw-w64-i686
hardening: hardening: --enable-all-bugs-are-fatal
- image: Visual Studio 2015 - image: Visual Studio 2015
target: x86_64-w64-mingw32 target: x86_64-w64-mingw32
compiler_path: mingw64 compiler_path: mingw64