mirror of https://github.com/ARMmbed/mbed-os.git
Merge branch 'lora_ut_fix' of https://github.com/AnttiKauppila/mbed-os into dev_rollup
commit
a2bced7db5
|
@ -37,3 +37,6 @@ set(unittest-test-sources
|
|||
stubs/equeue_stub.c
|
||||
)
|
||||
|
||||
set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -DNDEBUG=1")
|
||||
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -DNDEBUG=1")
|
||||
|
||||
|
|
Loading…
Reference in New Issue