From e9e1170976c4d6ff6f11fe311875d5ca51f517d5 Mon Sep 17 00:00:00 2001 From: Mikayla Date: Wed, 15 Nov 2023 23:15:14 -0800 Subject: [PATCH] Compile taffy in release mode --- Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 6b29b18127..4c5ed0f309 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -203,6 +203,9 @@ core-graphics = { git = "https://github.com/servo/core-foundation-rs", rev = "07 [profile.dev] split-debuginfo = "unpacked" +[profile.dev.package.taffy] +opt-level = 3 + [profile.release] debug = true lto = "thin"