Build from git with "debugoptimized"

This commit is contained in:
Rafał Dzięgiel
2021-02-05 14:38:57 +01:00
parent 25d8cb1440
commit 4aef4b2723

View File

@@ -2,7 +2,10 @@ project('com.github.rafostar.Clapper', 'c', 'cpp',
version: '0.0.0',
meson_version: '>= 0.50.0',
license: 'GPL3',
default_options: [ 'warning_level=2' ]
default_options: [
'warning_level=1',
'buildtype=debugoptimized'
]
)
python = import('python')