We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8715ee7 commit ecf41b7Copy full SHA for ecf41b7
CMakeLists.txt
@@ -25,7 +25,7 @@ if (NOT CMAKE_BUILD_TYPE AND NOT SANITIZE)
25
endif()
26
if(SANITIZE)
27
add_compile_options(-fsanitize=address -fno-omit-frame-pointer -fno-sanitize-recover=all)
28
- add_compile_definitions(ada PUBLIC ASAN_OPTIONS=detect_leaks=1)
+ add_compile_definitions(ASAN_OPTIONS=detect_leaks=1)
29
link_libraries(-fsanitize=address -fno-omit-frame-pointer -fno-sanitize-recover=all)
30
31
include(cmake/CPM.cmake)
0 commit comments