Merge "Disable hwasan memory stats." into qt-dev

This commit is contained in:
TreeHugger Robot 2019-05-02 22:25:21 +00:00 committed by Android (Google) Code Review
commit ead8b42a1d
1 changed files with 1 additions and 1 deletions

View File

@ -57,7 +57,7 @@ var (
minimalRuntimeFlags = []string{"-fsanitize-minimal-runtime", "-fno-sanitize-trap=integer,undefined",
"-fno-sanitize-recover=integer,undefined"}
hwasanGlobalOptions = []string{"heap_history_size=1023,stack_history_size=512"}
hwasanGlobalOptions = []string{"heap_history_size=1023,stack_history_size=512,export_memory_stats=0"}
)
type sanitizerType int