mirror of
https://github.com/hyprwm/Hyprland.git
synced 2025-10-30 03:41:16 +00:00
meson: disable lto (#12129)
seems to accidently got enabled again in 019589e
This commit is contained in:
parent
b10b966000
commit
b6f946991d
@ -9,6 +9,7 @@ project(
|
|||||||
'optimization=3',
|
'optimization=3',
|
||||||
'buildtype=release',
|
'buildtype=release',
|
||||||
'debug=false',
|
'debug=false',
|
||||||
|
'b_lto=false',
|
||||||
'cpp_std=c++26',
|
'cpp_std=c++26',
|
||||||
],
|
],
|
||||||
meson_version: '>= 1.1.0',
|
meson_version: '>= 1.1.0',
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user