diff --git a/test/hfp/CMakeLists.txt b/test/hfp/CMakeLists.txt index ae3a4d7a0..d6e902ffe 100644 --- a/test/hfp/CMakeLists.txt +++ b/test/hfp/CMakeLists.txt @@ -42,6 +42,8 @@ set(SOURCES ) list(SORT SOURCES) +add_compile_options( -g -DHAVE_ASSERT) + # create static lib add_library(btstack STATIC ${SOURCES})