You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
message(STATUS"AddressSanitizer enabled: run your binaries normally.")
168
+
message(STATUS"If a memory error occurs, AddressSanitizer will print a detailed error report to the terminal, including the type of bug, stack trace, and location.")
169
+
message(STATUS"Leak detection is enabled by default (ASAN_OPTIONS=detect_leaks=1). See https://clang.llvm.org/docs/AddressSanitizer.html for more info.")
170
+
message(STATUS"You can also run the binaries with Valgrind: valgrind ./your_binary")
0 commit comments