diff options
author | rl1987 <rl1987@sdf.lonestar.org> | 2020-03-14 16:15:19 +0200 |
---|---|---|
committer | teor <teor@torproject.org> | 2020-03-17 21:07:44 +1000 |
commit | 8680ff70827e5b08cdfde95ce03fcd635f1a49aa (patch) | |
tree | d76f259bf99581c195b9ffceca75850e553c8e4b /.appveyor.yml | |
parent | 39f77a5b1f5ed687e9ca4d8900b0f41e4334dcb6 (diff) | |
download | tor-8680ff70827e5b08cdfde95ce03fcd635f1a49aa.tar.gz tor-8680ff70827e5b08cdfde95ce03fcd635f1a49aa.zip |
Use --enable-all-bugs-are-fatal on hardened Appveyor build
Diffstat (limited to '.appveyor.yml')
-rw-r--r-- | .appveyor.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.appveyor.yml b/.appveyor.yml index 7e08602fe3..a74c1861c5 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -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 |