meson: disable lto explicitly

This commit is contained in:
Mihai Fufezan 2025-10-13 00:15:20 +03:00
parent ed93643021
commit 9aafb6f3dc
Signed by: fufexan
SSH key fingerprint: SHA256:SdnKmEpJrDu1+2UO1QpB/Eg4HKcdDi6n+xSRqFNJVpg

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',