Skip to content

Commit 90b25d9

Browse files
author
duke
committed
Backport a23de2ec090628b52532ee5d9bd4364a97499f5b
1 parent c168d3b commit 90b25d9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

make/data/asan/asan_default_options.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,8 @@ ATTRIBUTE_DEFAULT_VISIBILITY ATTRIBUTE_USED const char* CDECL __asan_default_opt
6767
#endif
6868
"print_suppressions=0,"
6969
"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,"
7072
// See https://github.com/google/sanitizers/issues/1322. Hopefully this is resolved
7173
// at some point and we can remove this option.
7274
"intercept_tls_get_addr=0";

0 commit comments

Comments
 (0)