From 502987a38e14b85c7e5d8431eb7b67ca2d159c85 Mon Sep 17 00:00:00 2001 From: Jamie Reece Wilson Date: Fri, 25 Aug 2023 13:35:09 +0100 Subject: [PATCH] [*] Enable LTO on all platforms --- Aurora.json | 1 + 1 file changed, 1 insertion(+) diff --git a/Aurora.json b/Aurora.json index bb02754a..ca2b7052 100644 --- a/Aurora.json +++ b/Aurora.json @@ -48,6 +48,7 @@ "features": [ "guess-platform-code" ], + "lto": true, "linkSources": "Source/Alloc.cpp", "actions": [ {