mirror of
https://github.com/seemueller-io/yachtpit.git
synced 2025-09-08 22:46:45 +00:00
yachtpit release profile optimized for performance
This commit is contained in:
@@ -17,7 +17,7 @@ opt-level = 1
|
|||||||
# This is used by trunk as it doesn't support custom profiles: https://github.com/trunk-rs/trunk/issues/605
|
# This is used by trunk as it doesn't support custom profiles: https://github.com/trunk-rs/trunk/issues/605
|
||||||
# xbuild also uses this profile for building android AABs because I couldn't find a configuration for it
|
# xbuild also uses this profile for building android AABs because I couldn't find a configuration for it
|
||||||
[profile.release]
|
[profile.release]
|
||||||
opt-level = "z"
|
opt-level = "s"
|
||||||
lto = 'thin'
|
lto = 'thin'
|
||||||
codegen-units = 1
|
codegen-units = 1
|
||||||
strip = true
|
strip = true
|
||||||
|
Reference in New Issue
Block a user