Skip to content

Commit

Permalink
[tests] ASAN removal
Browse files Browse the repository at this point in the history
  • Loading branch information
yomnes0 committed Jul 23, 2024
1 parent 1f17fc0 commit 6b6f892
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1477,7 +1477,7 @@ endif()


if (ENABLE_UNITTESTS AND ENABLE_CXX11)
set(CMAKE_CXX_COMPILER_LAUNCHER env LD_PRELOAD=/usr/lib/x86_64-linux-gnu/libasan.so.8)
# set(CMAKE_CXX_COMPILER_LAUNCHER env LD_PRELOAD=/usr/lib/x86_64-linux-gnu/libasan.so.8)

if (${CMAKE_VERSION} VERSION_LESS "3.10.0")
message(STATUS "VERSION < 3.10 -- adding test using the old method")
Expand Down

0 comments on commit 6b6f892

Please sign in to comment.