mirror of
https://github.com/hyprwm/Hyprland.git
synced 2025-10-29 11:22:47 +00:00
meson: disable lto explicitly
This commit is contained in:
parent
ed93643021
commit
6582f42db8
@ -9,6 +9,7 @@ project(
|
||||
'optimization=3',
|
||||
'buildtype=release',
|
||||
'debug=false',
|
||||
'b_lto=false',
|
||||
'cpp_std=c++26',
|
||||
],
|
||||
meson_version: '>= 1.1.0',
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user