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 }}
This repository was archived by the owner on Jul 4, 2025. It is now read-only.
# TODO: Sang, test on Windows and setup MSVC accordingly
38
+
add_compile_options(/INFERASAN /Wall /WX /Zi)
39
+
add_link_options(/DEBUG)
40
+
message(WARNING "Address Sanitizer might require additional setup on MSVC. Please refer to MSVC documentation for ASan.")
41
+
else()
42
+
message(WARNING "Address Sanitizer and warning flags are not automatically configured for this compiler. Please configure them manually if supported.")
0 commit comments