From 5293cd960773f179b0f1cf314aaa993288ebcf23 Mon Sep 17 00:00:00 2001 From: ondra05 Date: Tue, 14 Dec 2021 23:57:03 +0100 Subject: [PATCH] Toggled Fat LTO on --- Cargo.toml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index d893b91..0787aeb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,2 +1,5 @@ [workspace] -members = ["ablescript", "ablescript_cli"] \ No newline at end of file +members = ["ablescript", "ablescript_cli"] + +[profile.release] +lto = "fat"