chore: add default build type

This commit is contained in:
Alexis 2018-08-30 11:30:20 +02:00
parent 4f75d5e33b
commit 28c65c64e6
No known key found for this signature in database
GPG Key ID: 20B1EC2EBBA96BD9
1 changed files with 4 additions and 1 deletions

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