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 860f9f8 commit 4b41962Copy full SHA for 4b41962
extras/test/CMakeLists.txt
@@ -60,6 +60,7 @@ set(TEST_TARGET_SRCS
60
add_compile_definitions(HOST)
61
add_compile_options(-Wall -Wextra -Wpedantic -Werror)
62
add_compile_options(-Wno-cast-function-type)
63
+add_compile_options(-DDEBUGLOG_DEFAULT_LOG_LEVEL_ERROR)
64
65
set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} --coverage")
66
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} --coverage -Wno-deprecated-copy")
0 commit comments