Skip to content

Commit a2bced7

Browse files
committed
Merge branch 'lora_ut_fix' of https://github.com/AnttiKauppila/mbed-os into dev_rollup
2 parents 48569e1 + 0777771 commit a2bced7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

UNITTESTS/features/lorawan/lorawantimer/unittest.cmake

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,3 +37,6 @@ set(unittest-test-sources
3737
stubs/equeue_stub.c
3838
)
3939

40+
set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -DNDEBUG=1")
41+
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -DNDEBUG=1")
42+

0 commit comments

Comments
 (0)