Skip to content

Commit 38d78bf

Browse files
committed
appveyor: don't even try to set RUSTFLAGS'
1 parent d4eb4ca commit 38d78bf

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

appveyor.yml

-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,6 @@ install:
5454
- if "%PLATFORM%"=="x64" SET BITS=64
5555
- if "%PLATFORM%"=="x86" set CONAN_ARCH=x86
5656
- if "%PLATFORM%"=="x64" set CONAN_ARCH=x86_64
57-
- if "%TARGET_CPU%|%PLATFORM%"=="sandybridge|x64" set RUSTFLAGS="-C target-feature=+sse3+ssse3+sse4"
5857
- echo "RUST_TARGET=%RUST_TARGET%, TARGET=%TARGET%, BITS=%BITS%, CPU_TARGET=%CPU_TARGET% CONAN_ARCH=%CONAN_ARCH% RUSTFLAGS=%RUSTFLAGS%"
5958
- curl -L -o openssl.exe "https://s3-us-west-2.amazonaws.com/imageflow-resources/tools/Win%BITS%OpenSSL-1_0_2j.exe"
6059
- openssl.exe /SILENT /VERYSILENT /SP- /DIR="C:\OpenSSL"

0 commit comments

Comments
 (0)