We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f82dae2 commit 1758c51Copy full SHA for 1758c51
UNITTESTS/features/lorawan/lorawantimer/unittest.cmake
@@ -37,3 +37,6 @@ set(unittest-test-sources
37
stubs/equeue_stub.c
38
)
39
40
+set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -DNDEBUG=1")
41
+set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -DNDEBUG=1")
42
+
0 commit comments