summaryrefslogtreecommitdiff
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-02 11:00:13 +0100
commitb4a7b4ec4acc712b1f22a83966ac986b510f25d8 (patch)
treec244377deb42f7970e3f7a9772b0f83a08caea9d /appveyor.yml
parent181f5185ee750291c15c4e83fd315c46a07a9aa3 (diff)
downloadopenssl-new-b4a7b4ec4acc712b1f22a83966ac986b510f25d8.tar.gz
Configure: Make --strict-warnings meaningful with MSVC cl
We also add this to our x86_64 builds on appveyor Reviewed-by: Matt Caswell <matt@openssl.org> (Merged from https://github.com/openssl/openssl/pull/10287)
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 ab4444d640..cca4a9a21c 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -15,7 +15,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"