Commit aab417fd authored by Pierre d'Herbemont's avatar Pierre d'Herbemont

cmake: NDEBUG to off with Debug target. This cause the deadlock to be back.

parent 9e58f972
......@@ -41,7 +41,7 @@ endif(NOT CMAKE_BUILD_TYPE )
if(CMAKE_BUILD_TYPE STREQUAL "Debug")
set(DEBUG ON)
set(NDEBUG ON)
set(NDEBUG OFF)
endif(CMAKE_BUILD_TYPE STREQUAL "Debug")
set( HAVE_DYNAMIC_PLUGINS ${ENABLE_DYNAMIC_PLUGINS})
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment