Compile taffy in release mode

This commit is contained in:
Mikayla 2023-11-15 23:15:14 -08:00
parent c70c0f9ae9
commit e9e1170976
No known key found for this signature in database

View File

@ -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"