3
0
mirror of https://github.com/hyprwm/Hyprland.git synced 2025-10-29 11:22:47 +00:00

meson: disable lto (#12129)

seems to accidently got enabled again in 019589e
This commit is contained in:
Tom Englund 2025-10-25 16:19:47 +02:00 committed by GitHub
parent b10b966000
commit b6f946991d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -9,6 +9,7 @@ project(
'optimization=3',
'buildtype=release',
'debug=false',
'b_lto=false',
'cpp_std=c++26',
],
meson_version: '>= 1.1.0',