mirror of
https://github.com/json-c/json-c.git
synced 2026-04-11 08:19:08 +08:00
modify json-c default build type, and fix up the assert() errors in testcase
This commit is contained in:
@@ -52,8 +52,3 @@ target_link_libraries(
|
||||
|
||||
endforeach(TESTNAME)
|
||||
|
||||
# Make sure NDEBUG is always undefined for tests
|
||||
if (UNIX OR MINGW OR CYGWIN)
|
||||
set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -UNDEBUG")
|
||||
endif()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user