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
Build is successful, but no AddressSanitizer outputs!
Additional Context
Attempting to build ChakraCore statically with Clang and AddressSanitizer (-fsanitize=address) fails because Clang does not support -static-libasan.
Note that dynamic linking with ASAN does not works, and gcc is not supported.