chore: add default build type
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