Skip to content

Commit 1758c51

Browse files
Antti Kauppilaadbridge
authored andcommitted
LoRaWANTimer UT fixed
1 parent f82dae2 commit 1758c51

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)