aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--components/servo/Cargo.toml6
1 files changed, 6 insertions, 0 deletions
diff --git a/components/servo/Cargo.toml b/components/servo/Cargo.toml
index 89d9c8277ed..bd9367ab0d6 100644
--- a/components/servo/Cargo.toml
+++ b/components/servo/Cargo.toml
@@ -34,6 +34,12 @@ default = ["glutin_app", "window"]
window = ["glutin_app/window"]
headless = ["glutin_app/headless"]
+[profile.release]
+opt-level = 3
+debug = true
+rpath = false
+lto = false
+
[dependencies.compositing]
path = "../compositing"