[tor-commits] [tor/master] Use --enable-all-bugs-are-fatal on hardened Appveyor build

teor at torproject.org teor at torproject.org
Tue Mar 17 11:09:22 UTC 2020


commit 8680ff70827e5b08cdfde95ce03fcd635f1a49aa
Author: rl1987 <rl1987 at sdf.lonestar.org>
Date:   Sat Mar 14 16:15:19 2020 +0200

    Use --enable-all-bugs-are-fatal on hardened Appveyor build
---
 .appveyor.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.appveyor.yml b/.appveyor.yml
index 7e08602fe..a74c1861c 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





More information about the tor-commits mailing list