mirror of
https://github.com/fluencelabs/wasm-bindgen
synced 2025-03-16 02:00:51 +00:00
Disable incremental for tests
Seems buggy?
This commit is contained in:
parent
4151461ab9
commit
996c296de8
@ -46,6 +46,7 @@ pub fn project() -> Project {
|
||||
|
||||
[profile.dev]
|
||||
opt-level = 2 # TODO: decrease when upstream is not buggy
|
||||
incremental = false
|
||||
"#, IDX.with(|x| *x), dir.display())),
|
||||
|
||||
("Cargo.lock".to_string(), lockfile),
|
||||
|
Loading…
x
Reference in New Issue
Block a user