Skip to content

Commit

Permalink
Add release flags to cef, too
Browse files Browse the repository at this point in the history
  • Loading branch information
larsbergstrom committed Mar 14, 2016
1 parent 363ef4a commit f9155ec
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions ports/cef/Cargo.toml
Expand Up @@ -8,6 +8,13 @@ name = "embedding"
path = "lib.rs"
crate-type = ["dylib"]

[profile.release]
opt-level = 3
codegen-units = 4
# Uncomment to profile on Linux:
# debug = true
# lto = false

[dependencies]
euclid = {version = "0.6.4", features = ["plugins"]}
gleam = "0.2.8"
Expand Down

0 comments on commit f9155ec

Please sign in to comment.