mirror of
https://github.com/hyprwm/Hyprland
synced 2026-05-09 06:18:05 +02:00
meson: disable lto explicitly
This commit is contained in:
parent
ed93643021
commit
6582f42db8
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