mirror of
https://github.com/rad4day/Waybar.git
synced 2023-12-21 10:22:59 +01:00
chore: add default build type
This commit is contained in:
parent
4f75d5e33b
commit
28c65c64e6
@ -2,7 +2,10 @@ project(
|
||||
'waybar', 'cpp', 'c',
|
||||
version: '0.0.5',
|
||||
license: 'MIT',
|
||||
default_options : ['cpp_std=c++17'],
|
||||
default_options : [
|
||||
'cpp_std=c++17',
|
||||
'buildtype=release'
|
||||
],
|
||||
)
|
||||
|
||||
cpp_args = []
|
||||
|
Loading…
Reference in New Issue
Block a user