meson: build in release by default

This commit is contained in:
Mihai Fufezan 2023-02-04 01:13:15 +02:00
parent be6325dd4b
commit bd2245d642
No known key found for this signature in database
GPG Key ID: 5899325F2F120900

View File

@ -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
])