Remove some crufty AppVeyor configuration

The `crt-static` feature should be long since stable as well as incremental
compilation.
This commit is contained in:
Alex Crichton 2018-09-12 11:08:19 -07:00
parent fd75280ef5
commit 22b3c37112

View File

@ -1,8 +1,7 @@
environment:
global:
RUSTFLAGS: -Zunstable-options -Ctarget-feature=+crt-static
RUSTFLAGS: -Ctarget-feature=+crt-static
RUST_BACKTRACE: 1
CARGO_INCREMENTAL: 0 # should turn this back on when fixed!
matrix:
- TARGET: x86_64-pc-windows-msvc
DEPLOY: 1