Skip to content

Commit

Permalink
add_definitions(-U_GLIBCXX_ASSERTIONS)
Browse files Browse the repository at this point in the history
  • Loading branch information
jackalcooper committed Nov 4, 2023
1 parent a3e15a5 commit 3c77772
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions native/mlir-c/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ message(STATUS "MLIR_INCLUDE_DIRS: ${MLIR_INCLUDE_DIRS}")
include_directories(${PROJECT_SOURCE_DIR}/include)
include_directories(${PROJECT_BINARY_DIR}/include)

add_definitions(-U_GLIBCXX_ASSERTIONS)

add_subdirectory(include)
add_subdirectory(lib)
add_subdirectory(aggregate)
Expand Down

0 comments on commit 3c77772

Please sign in to comment.