mirror of
https://github.com/Rafostar/clapper.git
synced 2025-08-31 08:21:59 +02:00
Build from git with "debugoptimized"
This commit is contained in:
@@ -2,7 +2,10 @@ project('com.github.rafostar.Clapper', 'c', 'cpp',
|
|||||||
version: '0.0.0',
|
version: '0.0.0',
|
||||||
meson_version: '>= 0.50.0',
|
meson_version: '>= 0.50.0',
|
||||||
license: 'GPL3',
|
license: 'GPL3',
|
||||||
default_options: [ 'warning_level=2' ]
|
default_options: [
|
||||||
|
'warning_level=1',
|
||||||
|
'buildtype=debugoptimized'
|
||||||
|
]
|
||||||
)
|
)
|
||||||
|
|
||||||
python = import('python')
|
python = import('python')
|
||||||
|
Reference in New Issue
Block a user