fix build type

This commit is contained in:
kennypm 2022-07-19 01:41:32 -04:00
parent 5e7c9378df
commit b65c976bc1

View File

@ -5,7 +5,7 @@ project(
meson_version: '>= 0.49.0',
default_options : [
'cpp_std=c++17',
'buildtype=debug',
'buildtype=release',
'default_library=static'
],
)