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 } } },