mirror of
https://github.com/rad4day/Waybar.git
synced 2025-07-20 01:42:38 +02:00
Use C++20 by default
This commit is contained in:
2
.github/workflows/linux.yml
vendored
2
.github/workflows/linux.yml
vendored
@@ -13,7 +13,7 @@ jobs:
|
|||||||
- fedora
|
- fedora
|
||||||
- opensuse
|
- opensuse
|
||||||
- gentoo
|
- gentoo
|
||||||
cpp_std: [c++17]
|
cpp_std: [c++20]
|
||||||
include:
|
include:
|
||||||
- distro: fedora
|
- distro: fedora
|
||||||
cpp_std: c++20
|
cpp_std: c++20
|
||||||
|
@@ -4,7 +4,7 @@ project(
|
|||||||
license: 'MIT',
|
license: 'MIT',
|
||||||
meson_version: '>= 0.50.0',
|
meson_version: '>= 0.50.0',
|
||||||
default_options : [
|
default_options : [
|
||||||
'cpp_std=c++17',
|
'cpp_std=c++20',
|
||||||
'buildtype=release',
|
'buildtype=release',
|
||||||
'default_library=static'
|
'default_library=static'
|
||||||
],
|
],
|
||||||
|
Reference in New Issue
Block a user