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 deffc2c commit 5e11811Copy full SHA for 5e11811
tsc/test/tester/CMakeLists.txt
@@ -66,6 +66,10 @@ set(CMAKE_CXX_EXTENSIONS OFF)
66
67
set_Options()
68
69
+if ("${CMAKE_BUILD_TYPE}" STREQUAL "Debug")
70
+message(STATUS ">>> Test-runner is DEBUG")
71
+add_definitions(test-runner -DNDEBUG)
72
+endif()
73
add_executable(test-runner test-runner.cpp)
74
target_link_libraries(test-runner PRIVATE ${LIBS})
75
string(TOLOWER "${CMAKE_BUILD_TYPE}" CMAKE_BUILD_TYPE_LOWERCASE)
0 commit comments