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 92e64f4 commit fba7db7Copy full SHA for fba7db7
CMakeLists.txt
@@ -188,6 +188,7 @@ elseif(CMAKE_CXX_COMPILER_ID STREQUAL "MSVC")
188
endif()
189
190
# https://clang.llvm.org/docs/AddressSanitizer.html
191
+# https://gcc.gnu.org/onlinedocs/gcc/Instrumentation-Options.html#index-fsanitize_003daddress
192
option(ACL_WITH_ASAN "Build with address sanitizer" OFF)
193
message(STATUS "Build with address sanitizer: ${ACL_WITH_ASAN}")
194
if(ACL_WITH_ASAN)
0 commit comments