From db34bfbbdca3c7c1d2589796f6094aa9de2d6efa Mon Sep 17 00:00:00 2001 From: Luke Street Date: Mon, 25 Oct 2021 19:16:57 -0400 Subject: [PATCH] [ci] Disable LTO for Linux builds (memory issue) --- CMakePresets.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CMakePresets.json b/CMakePresets.json index 860a62bd9..ebd2a3aad 100644 --- a/CMakePresets.json +++ b/CMakePresets.json @@ -205,6 +205,10 @@ "BUILD_ATDNA": { "type": "BOOL", "value": false + }, + "USE_LTO": { + "type": "BOOL", + "value": false } } },