mirror of
https://github.com/fluencelabs/wasm-bindgen
synced 2025-04-17 02:42:13 +00:00
No more need to optimize in dev!
This commit is contained in:
parent
f06dfd0a7d
commit
67601c4293
@ -42,10 +42,6 @@ pub fn project() -> Project {
|
|||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
wasm-bindgen = {{ path = '{}' }}
|
wasm-bindgen = {{ path = '{}' }}
|
||||||
|
|
||||||
[profile.dev]
|
|
||||||
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