Skip to content

Commit

Permalink
Enable LTO in suported compilers for Meson
Browse files Browse the repository at this point in the history
  • Loading branch information
In-line committed May 5, 2024
1 parent efd0a86 commit 5f733d0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -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
])
Expand Down

0 comments on commit 5f733d0

Please sign in to comment.