mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2025-02-24 06:48:05 +01:00
Use --enable-all-bugs-are-fatal on hardened Appveyor build
This commit is contained in:
parent
39f77a5b1f
commit
8680ff7082
1 changed files with 2 additions and 2 deletions
|
@ -18,7 +18,7 @@ environment:
|
|||
- target: i686-w64-mingw32
|
||||
compiler_path: mingw32
|
||||
mingw_prefix: mingw-w64-i686
|
||||
hardening:
|
||||
hardening: --enable-all-bugs-are-fatal
|
||||
- target: x86_64-w64-mingw32
|
||||
compiler_path: mingw64
|
||||
mingw_prefix: mingw-w64-x86_64
|
||||
|
@ -36,7 +36,7 @@ matrix:
|
|||
target: i686-w64-mingw32
|
||||
compiler_path: mingw32
|
||||
mingw_prefix: mingw-w64-i686
|
||||
hardening:
|
||||
hardening: --enable-all-bugs-are-fatal
|
||||
- image: Visual Studio 2015
|
||||
target: x86_64-w64-mingw32
|
||||
compiler_path: mingw64
|
||||
|
|
Loading…
Add table
Reference in a new issue