From: rl1987 Date: Sat, 14 Mar 2020 14:15:19 +0000 (+0200) Subject: Use --enable-all-bugs-are-fatal on hardened Appveyor build X-Git-Tag: tor-0.4.5.0-alpha-dev~136^2~4 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=8680ff70827e5b08cdfde95ce03fcd635f1a49aa;p=thirdparty%2Ftor.git Use --enable-all-bugs-are-fatal on hardened Appveyor build --- 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