Setting -DNDEBUG is redundant.

This commit is contained in:
tastytea 2020-01-26 05:12:00 +01:00
parent b82d779119
commit 25c75a6211
Signed by: tastytea
GPG Key ID: CFC39497F1B26E07
1 changed files with 0 additions and 3 deletions

View File

@ -29,9 +29,6 @@ set(CMAKE_CXX_EXTENSIONS OFF)
include(debug_flags)
# Disable debug log.
if(NOT ${CMAKE_BUILD_TYPE} STREQUAL "Debug")
add_definitions("-DNDEBUG")
endif()
add_subdirectory(src)