mirror of
https://github.com/rad4day/Waybar.git
synced 2025-07-13 22:52:30 +02:00
Use C++20 by default
This commit is contained in:
@ -4,7 +4,7 @@ project(
|
||||
license: 'MIT',
|
||||
meson_version: '>= 0.50.0',
|
||||
default_options : [
|
||||
'cpp_std=c++17',
|
||||
'cpp_std=c++20',
|
||||
'buildtype=release',
|
||||
'default_library=static'
|
||||
],
|
||||
|
Reference in New Issue
Block a user