No more need to optimize in dev!

This commit is contained in:
Alex Crichton 2018-03-04 18:23:23 -08:00
parent f06dfd0a7d
commit 67601c4293

View File

@ -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),