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

View File

@@ -57,7 +57,7 @@ var (
minimalRuntimeFlags = []string{"-fsanitize-minimal-runtime", "-fno-sanitize-trap=integer,undefined", minimalRuntimeFlags = []string{"-fsanitize-minimal-runtime", "-fno-sanitize-trap=integer,undefined",
"-fno-sanitize-recover=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 type sanitizerType int