Skip to content

Commit

Permalink
Commented out sanitizer.
Browse files Browse the repository at this point in the history
  • Loading branch information
annell committed Jul 19, 2024
1 parent 573ec66 commit 2d21481
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ project(ecs-cpp)
set(CMAKE_CXX_STANDARD 20)
set(CMAKE_CXX_STANDARD_REQUIRED ON)
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -std=c++20")
#add_compile_options(-fsanitize=address)
#add_link_options(-fsanitize=address)

add_library(${PROJECT_NAME} INTERFACE)
target_include_directories(${PROJECT_NAME} INTERFACE "include")
Expand Down

0 comments on commit 2d21481

Please sign in to comment.