Skip to content

Commit fba7db7

Browse files
committed
Add link to GCC documentation for address sanitizer
1 parent 92e64f4 commit fba7db7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -188,6 +188,7 @@ elseif(CMAKE_CXX_COMPILER_ID STREQUAL "MSVC")
188188
endif()
189189

190190
# https://clang.llvm.org/docs/AddressSanitizer.html
191+
# https://gcc.gnu.org/onlinedocs/gcc/Instrumentation-Options.html#index-fsanitize_003daddress
191192
option(ACL_WITH_ASAN "Build with address sanitizer" OFF)
192193
message(STATUS "Build with address sanitizer: ${ACL_WITH_ASAN}")
193194
if(ACL_WITH_ASAN)

0 commit comments

Comments
 (0)