chore: rm unneeded debug define

This commit is contained in:
sithlord48
2024-12-01 19:02:02 -05:00
committed by Chris Rizzitello
parent 1e8ff50d59
commit 1685c6e946

View File

@ -21,11 +21,6 @@ macro(configure_definitions)
set(INTEG_TESTS_BIN integtests)
set(UNIT_TESTS_BIN unittests)
if(NOT CMAKE_BUILD_TYPE STREQUAL "Debug")
message(STATUS "Disabling debug build")
add_definitions(-DNDEBUG)
endif()
endmacro()
macro(configure_options)