mirror of
https://github.com/rustwasm/wasm-bindgen.git
synced 2024-11-24 14:42:35 +03: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]
|
||||
wasm-bindgen = {{ path = '{}' }}
|
||||
|
||||
[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…
Reference in New Issue
Block a user