summaryrefslogtreecommitdiffstats
path: root/appveyor.yml
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2019-10-29 13:37:54 +0100
committerRichard Levitte <levitte@openssl.org>2019-11-05 22:51:12 +0100
commit53a5e9b561d0cc1c1c9a7ab9b0dbc91dd5e3623a (patch)
tree4cd644f11d5b4cfd5b9caf009694140d4d7cb850 /appveyor.yml
parentf6483fc2db36fbfd622b6aff19d8ebfaa274c996 (diff)
Configure: Make --strict-warnings meaningful with MSVC cl
We also add this to our x86_64 builds on appveyor (cherry picked from commit b4a7b4ec4acc712b1f22a83966ac986b510f25d8) Reviewed-by: Tim Hudson <tjh@openssl.org> (Merged from https://github.com/openssl/openssl/pull/10365)
Diffstat (limited to 'appveyor.yml')
-rw-r--r--appveyor.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/appveyor.yml b/appveyor.yml
index f17fea5ce2..84099e1f13 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -16,7 +16,7 @@ before_build:
- ps: >-
If ($env:Platform -Match "x86") {
$env:VCVARS_PLATFORM="x86"
- $env:TARGET="VC-WIN32 no-asm"
+ $env:TARGET="VC-WIN32 no-asm --strict-warnings"
} Else {
$env:VCVARS_PLATFORM="amd64"
$env:TARGET="VC-WIN64A-masm"