From 9864affb63b3f34bba78b3fec2390b657b38e32d Mon Sep 17 00:00:00 2001 From: Josh Matthews Date: Tue, 29 Nov 2016 16:17:18 -0500 Subject: [PATCH] Remove misleading section from non-toplevel Cargo.toml. --- components/servo/Cargo.toml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/components/servo/Cargo.toml b/components/servo/Cargo.toml index c2de4d5e798..724ba36214b 100644 --- a/components/servo/Cargo.toml +++ b/components/servo/Cargo.toml @@ -20,12 +20,6 @@ testing = ["style/testing"] clippy = ["plugins/clippy"] debugmozjs = ["script/debugmozjs"] -[profile.release] -opt-level = 3 -# Uncomment to profile on Linux: -# debug = true -# lto = false - [dependencies] backtrace = "0.2" bluetooth_traits = {path = "../bluetooth_traits"}