Index: ./sanitizer_common/sanitizer_flags.inc =================================================================== RCS file: /cvsroot/src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/sanitizer_flags.inc,v retrieving revision 1.3 diff -u -r1.3 sanitizer_flags.inc --- ./sanitizer_common/sanitizer_flags.inc 19 Jan 2019 12:10:12 -0000 1.3 +++ ./sanitizer_common/sanitizer_flags.inc 24 May 2019 07:47:45 -0000 @@ -60,7 +60,7 @@ COMMON_FLAG( int, verbosity, 0, "Verbosity level (0 - silent, 1 - a bit of output, 2+ - more output).") -COMMON_FLAG(bool, detect_leaks, true, "Enable memory leak detection.") +COMMON_FLAG(bool, detect_leaks, false, "Enable memory leak detection.") COMMON_FLAG( bool, leak_check_at_exit, true, "Invoke leak checking in an atexit handler. Has no effect if "