Skip to content

Commit 06169be

Browse files
committed
remove unnecessary CMake flag
1 parent e6ef87b commit 06169be

1 file changed

Lines changed: 0 additions & 7 deletions

File tree

CMakeLists.txt

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -88,13 +88,6 @@ if(CHASE_PRINT_DEBUG)
8888
add_definitions(-DCHASE_PRINT_DEBUG)
8989
endif()
9090

91-
92-
93-
if(CMAKE_BUILD_TYPE STREQUAL "Debug")
94-
message(STATUS "Build type is Debug")
95-
add_definitions(-DNDEBUG)
96-
endif()
97-
9891
add_subdirectory(external)
9992
add_subdirectory(grid)
10093
add_subdirectory(linalg)

0 commit comments

Comments
 (0)