mirror of https://github.com/google/oss-fuzz.git
msan_builder: override -flto
This commit is contained in:
parent
ce21653fec
commit
cfc3788eb9
|
@ -114,6 +114,8 @@ def GetCompilerArgs(args, is_cxx):
|
|||
'-gline-tables-only',
|
||||
# Disable all warnings.
|
||||
'-w',
|
||||
# LTO isn't supported.
|
||||
'-fno-lto',
|
||||
])
|
||||
|
||||
if InvokedAsGcc():
|
||||
|
|
Loading…
Reference in New Issue