mirror of
https://github.com/rustwasm/wasm-bindgen.git
synced 2024-12-25 11:02:11 +03:00
Remove some crufty AppVeyor configuration
The `crt-static` feature should be long since stable as well as incremental compilation.
This commit is contained in:
parent
fd75280ef5
commit
22b3c37112
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user