mirror of
https://github.com/hyprwm/Hyprland.git
synced 2025-08-03 21:51:55 -07:00
meson: build in release by default
This commit is contained in:
@@ -4,6 +4,8 @@ project('Hyprland', 'cpp', 'c',
|
|||||||
'warning_level=2',
|
'warning_level=2',
|
||||||
'default_library=static',
|
'default_library=static',
|
||||||
'optimization=3',
|
'optimization=3',
|
||||||
|
'buildtype=release',
|
||||||
|
'debug=false'
|
||||||
# 'cpp_std=c++23' # not yet supported by meson, as of version 0.63.0
|
# 'cpp_std=c++23' # not yet supported by meson, as of version 0.63.0
|
||||||
])
|
])
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user