From b6f946991da0bf372df3f9f8f7160ac8514db8b9 Mon Sep 17 00:00:00 2001 From: Tom Englund Date: Sat, 25 Oct 2025 16:19:47 +0200 Subject: [PATCH] meson: disable lto (#12129) seems to accidently got enabled again in 019589e --- meson.build | 1 + 1 file changed, 1 insertion(+) diff --git a/meson.build b/meson.build index f3142135..710da6be 100644 --- a/meson.build +++ b/meson.build @@ -9,6 +9,7 @@ project( 'optimization=3', 'buildtype=release', 'debug=false', + 'b_lto=false', 'cpp_std=c++26', ], meson_version: '>= 1.1.0',