mirror of
https://github.com/fluencelabs/wasm-bindgen
synced 2025-06-11 20:11:22 +00: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:
@ -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
|
||||
|
Reference in New Issue
Block a user