msan_builder: override -flto

This commit is contained in:
Oliver Chang 2018-02-20 16:41:33 +11:00
parent ce21653fec
commit cfc3788eb9
1 changed files with 2 additions and 0 deletions

View File

@ -114,6 +114,8 @@ def GetCompilerArgs(args, is_cxx):
'-gline-tables-only',
# Disable all warnings.
'-w',
# LTO isn't supported.
'-fno-lto',
])
if InvokedAsGcc():