mirror of
https://github.com/servo/servo.git
synced 2025-08-05 21:50:18 +01:00
Add release flags to cef, too
This commit is contained in:
parent
363ef4a6d7
commit
f9155ec25d
1 changed files with 7 additions and 0 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue