fix build type
parent
5e7c9378df
commit
b65c976bc1
|
@ -5,7 +5,7 @@ project(
|
||||||
meson_version: '>= 0.49.0',
|
meson_version: '>= 0.49.0',
|
||||||
default_options : [
|
default_options : [
|
||||||
'cpp_std=c++17',
|
'cpp_std=c++17',
|
||||||
'buildtype=debug',
|
'buildtype=release',
|
||||||
'default_library=static'
|
'default_library=static'
|
||||||
],
|
],
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in New Issue