mirror of https://github.com/google/oss-fuzz.git
msan_builder: one more way to disable FORTIFY_SOURCE.
This commit is contained in:
parent
b834f3ecc3
commit
22b932b620
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue