Skip to content

Commit

Permalink
Remove the asan options
Browse files Browse the repository at this point in the history
  • Loading branch information
TrentHouliston committed Aug 8, 2024
1 parent bf13f41 commit 0482417
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -106,9 +106,6 @@ if(CI_BUILD)
endif()
endif(CI_BUILD)

add_compile_options(-fsanitize=address -fno-omit-frame-pointer)
add_link_options(-fsanitize=address)

# Make the compiler display colours always (even when we build with ninja)
if(CMAKE_CXX_COMPILER_ID MATCHES GNU)
add_compile_options(-fdiagnostics-color=always)
Expand Down

0 comments on commit 0482417

Please sign in to comment.