mirror of
https://github.com/hyprwm/Hyprland
synced 2025-12-20 07:30:05 +01:00
meson: disable lto explicitly
This commit is contained in:
parent
ed93643021
commit
9aafb6f3dc
1 changed files with 1 additions and 0 deletions
|
|
@ -9,6 +9,7 @@ project(
|
|||
'optimization=3',
|
||||
'buildtype=release',
|
||||
'debug=false',
|
||||
'b_lto=false',
|
||||
'cpp_std=c++26',
|
||||
],
|
||||
meson_version: '>= 1.1.0',
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue