diff --git a/meson.build b/meson.build index 40883073ee4..c77ff5670d0 100644 --- a/meson.build +++ b/meson.build @@ -5,6 +5,7 @@ project('Hyprland', 'cpp', 'c', 'default_library=static', 'optimization=3', 'buildtype=release', + 'b_lto=true', 'debug=false' # 'cpp_std=c++23' # not yet supported by meson, as of version 0.63.0 ])