mirror of
https://github.com/hyprwm/Hyprland.git
synced 2025-07-31 04:01:56 -07:00
set proper C++23 std to meson as well
This commit is contained in:
@@ -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(
|
||||
[
|
||||
|
Reference in New Issue
Block a user