diff --git a/ports/cef/Cargo.toml b/ports/cef/Cargo.toml index 2bfa2c2f76c..c76b15cf00f 100644 --- a/ports/cef/Cargo.toml +++ b/ports/cef/Cargo.toml @@ -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"