mirror of
https://github.com/fluencelabs/wasm-bindgen
synced 2025-04-24 13:42:14 +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]
|
[profile.dev]
|
||||||
opt-level = 2 # TODO: decrease when upstream is not buggy
|
opt-level = 2 # TODO: decrease when upstream is not buggy
|
||||||
|
incremental = false
|
||||||
"#, IDX.with(|x| *x), dir.display())),
|
"#, IDX.with(|x| *x), dir.display())),
|
||||||
|
|
||||||
("Cargo.lock".to_string(), lockfile),
|
("Cargo.lock".to_string(), lockfile),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user