From 74cc82a425e147ec8da2ebd873f53c472edc6497 Mon Sep 17 00:00:00 2001 From: Joshua Goins Date: Sun, 24 Sep 2023 16:19:08 -0400 Subject: [PATCH] Compile with LTO in release builds --- Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 0cb093e..bca15ef 100755 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,6 +11,9 @@ keywords = ["ffxiv", "modding"] documentation = "https://docs.xiv.zone/docs/physis/" readme = "README.md" +[profile.release] +lto = true + [[bench]] name = "physis_benchmark" harness = false