From 3ea2777b0f6c0e8e611e24b14e41a01a6afd5b7e Mon Sep 17 00:00:00 2001 From: Giovanni Harting <539@idlegandalf.com> Date: Sun, 19 Jun 2022 00:37:01 +0200 Subject: [PATCH] fixed lto getting added twice --- flags.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flags.yaml b/flags.yaml index f86aae2..7d34658 100644 --- a/flags.yaml +++ b/flags.yaml @@ -32,4 +32,4 @@ lto: - "-Clinker-plugin-lto" options: - - "lto" \ No newline at end of file + - "!lto": "lto" \ No newline at end of file