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 3525a40 commit a23de2eCopy full SHA for a23de2e
make/data/asan/asan_default_options.c
@@ -67,6 +67,8 @@ ATTRIBUTE_DEFAULT_VISIBILITY ATTRIBUTE_USED const char* CDECL __asan_default_opt
67
#endif
68
"print_suppressions=0,"
69
"handle_segv=0,"
70
+ // A lot of libjsig related tests fail because of the link order check; so better avoid it
71
+ "verify_asan_link_order=0,"
72
// See https://github.com/google/sanitizers/issues/1322. Hopefully this is resolved
73
// at some point and we can remove this option.
74
"intercept_tls_get_addr=0";
0 commit comments