set proper C++23 std to meson as well
This commit is contained in:
parent
42d18143e5
commit
1599dc47d1
2 changed files with 2 additions and 2 deletions
|
|
@ -1,6 +1,6 @@
|
|||
project('Hyprland', 'cpp', 'c',
|
||||
version : '0.6.2beta',
|
||||
default_options : ['warning_level=2', 'cpp_std=c++20', 'default_library=static', 'optimization=3'])
|
||||
default_options : ['warning_level=2', 'cpp_std=c++23', 'default_library=static', 'optimization=3'])
|
||||
|
||||
add_project_arguments(
|
||||
[
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue