fix segfault when stopping JACK2 server

This commit is contained in:
kennypm
2022-02-24 02:46:45 -05:00
parent a1d046b2e7
commit 318a6e0969
2 changed files with 10 additions and 3 deletions

View File

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