Skip to content

Commit

Permalink
removing glibcxx?
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Lemire committed Jan 3, 2025
1 parent 992059b commit a86a188
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,6 @@ endif()
if(ADA_DEVELOPMENT_CHECKS)
target_compile_definitions(ada PUBLIC ADA_DEVELOPMENT_CHECKS=1)
endif()
if((CMAKE_CXX_COMPILER_ID STREQUAL "GNU") AND (CMAKE_BUILD_TYPE STREQUAL "Debug"))
message(STATUS "Enabling _GLIBCXX_DEBUG")
target_compile_definitions(ada PRIVATE _GLIBCXX_DEBUG=1)
endif()

if(ADA_SANITIZE)
target_compile_options(ada PUBLIC -fsanitize=address -fno-omit-frame-pointer -fno-sanitize-recover=all)
Expand Down

0 comments on commit a86a188

Please sign in to comment.