mirror of https://github.com/google/oss-fuzz.git
[infra] msan builder: one more variation of -Wl,-z,defs
This commit is contained in:
parent
d55fcf47e7
commit
838e4c4d0d
|
@ -36,7 +36,7 @@ def RemoveZDefs(args):
|
|||
filtered = []
|
||||
|
||||
for arg in args:
|
||||
if arg == '-Wl,-z,defs':
|
||||
if arg == '-Wl,-z,defs' or arg == '-Wl,--no-undefined':
|
||||
continue
|
||||
|
||||
if arg == '-Wl,defs':
|
||||
|
|
Loading…
Reference in New Issue