Skip to content

Commit

Permalink
Change default sanitizer config
Browse files Browse the repository at this point in the history
Reviewed By: wsanville

Differential Revision: D52179565

fbshipit-source-id: 93697a437ee45acfa317d49fc0fc03a28da8bf75
  • Loading branch information
agampe authored and facebook-github-bot committed Dec 15, 2023
1 parent b335639 commit 7bfbc0b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion libredex/SanitizersConfig.h
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,9 @@ const char* kAsanDefaultOptions =
":"
"print_suppressions=0"
":"
"strict_init_order=1";
"strict_init_order=1"
":"
"detect_odr_violation=0";

#if defined(__clang__)
#define NO_SANITIZE \
Expand Down

0 comments on commit 7bfbc0b

Please sign in to comment.