1
Fork 0
mirror of https://github.com/redstrate/Physis.git synced 2025-04-21 04:07:46 +00:00

Compile with LTO in release builds

This commit is contained in:
Joshua Goins 2023-09-24 16:19:08 -04:00
parent cb19e3781a
commit 74cc82a425

View file

@ -11,6 +11,9 @@ keywords = ["ffxiv", "modding"]
documentation = "https://docs.xiv.zone/docs/physis/" documentation = "https://docs.xiv.zone/docs/physis/"
readme = "README.md" readme = "README.md"
[profile.release]
lto = true
[[bench]] [[bench]]
name = "physis_benchmark" name = "physis_benchmark"
harness = false harness = false