Compile taffy in release mode

Mikayla created

Change summary

Cargo.toml | 3 +++
1 file changed, 3 insertions(+)

Detailed changes

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"