mirror of
https://github.com/hyprwm/Hyprland
synced 2024-11-12 20:45:58 +01:00
meson: build in release by default
This commit is contained in:
parent
be6325dd4b
commit
bd2245d642
1 changed files with 2 additions and 0 deletions
|
@ -4,6 +4,8 @@ project('Hyprland', 'cpp', 'c',
|
|||
'warning_level=2',
|
||||
'default_library=static',
|
||||
'optimization=3',
|
||||
'buildtype=release',
|
||||
'debug=false'
|
||||
# 'cpp_std=c++23' # not yet supported by meson, as of version 0.63.0
|
||||
])
|
||||
|
||||
|
|
Loading…
Reference in a new issue