test/hfp: enable asserts

This commit is contained in:
Matthias Ringwald 2024-11-16 18:06:15 +01:00
parent 3d138b907a
commit 9c803eb777

View File

@ -42,6 +42,8 @@ set(SOURCES
)
list(SORT SOURCES)
add_compile_options( -g -DHAVE_ASSERT)
# create static lib
add_library(btstack STATIC ${SOURCES})