diff --git a/Cargo.toml b/Cargo.toml index 6b29b1812759e7d702df950f733b33ed892a4f04..4c5ed0f309ab96aec1c1c733e699eb2193b905eb 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"