Backed out changeset 1d20638b3253 (bug 1525227) for build bustages on build/src/Cargo.lock CLOSED TREE

This commit is contained in:
Noemi Erli 2019-02-06 07:05:59 +02:00
Родитель 37e54dc3ca
Коммит 314a6bb0a2
1 изменённых файлов: 3 добавлений и 0 удалений

Просмотреть файл

@ -11,6 +11,9 @@ path = "lib.rs"
[dependencies]
baldrdash = { path = "../../wasm/cranelift" }
[build-dependencies]
bindgen = {version = "0.43", default-features = false} # disable `logging` to reduce code size
# Uncomment this to enable perf support in release mode.
#[profile.release]
#debug = true