mirror of
https://github.com/hyprwm/Hyprland.git
synced 2025-09-22 03:08:33 +00:00
fix meson C++23
This commit is contained in:
@@ -1,6 +1,8 @@
|
|||||||
project('Hyprland', 'cpp', 'c',
|
project('Hyprland', 'cpp', 'c',
|
||||||
version : '0.6.2beta',
|
version : '0.6.2beta',
|
||||||
default_options : ['warning_level=2', 'cpp_std=c++23', 'default_library=static', 'optimization=3'])
|
default_options : ['warning_level=2', 'default_library=static', 'optimization=3'])
|
||||||
|
|
||||||
|
add_global_arguments('-std=c++23', language: 'cpp')
|
||||||
|
|
||||||
add_project_arguments(
|
add_project_arguments(
|
||||||
[
|
[
|
||||||
|
Reference in New Issue
Block a user