diff options
-rwxr-xr-x | infra/base-images/msan-builder/compiler_wrapper.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/infra/base-images/msan-builder/compiler_wrapper.py b/infra/base-images/msan-builder/compiler_wrapper.py index 0643954d..82e6b26f 100755 --- a/infra/base-images/msan-builder/compiler_wrapper.py +++ b/infra/base-images/msan-builder/compiler_wrapper.py @@ -109,6 +109,7 @@ def GetCompilerArgs(args, is_cxx): compiler_args.extend([ # FORTIFY_SOURCE is not supported by sanitizers. '-U_FORTIFY_SOURCE', + '-Wp,-U_FORTIFY_SOURCE', # Reduce binary size. '-gline-tables-only', # Disable all warnings. |