1
0
Fork 0
mirror of https://github.com/jugeeya/UltimateTrainingModpack.git synced 2024-10-02 17:24:28 +00:00

Enable LTO for release builds

This commit is contained in:
jam1garner 2020-04-16 01:58:05 -04:00
parent d53d7734bd
commit 587da8f9ef

View file

@ -12,9 +12,8 @@ skyline = { git = "https://github.com/ultimate-research/skyline-rs.git" }
skyline_smash = { git = "https://github.com/ultimate-research/skyline-smash.git" }
[profile.dev]
opt-level = 0 # Use slightly better optimizations.
debug = 2
panic = "abort"
[profile.release]
panic = "abort"
lto = true