chore: add default build type

This commit is contained in:
Alexis
2018-08-30 11:30:20 +02:00
parent 4f75d5e33b
commit 28c65c64e6

View File

@ -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 = []