mirror of https://github.com/google/oss-fuzz.git
Update fuzzer_environment.md
This commit is contained in:
parent
924a786039
commit
798abca6f4
|
@ -52,7 +52,3 @@ executable lives in.
|
||||||
Your project should not be compiled with `-march=native` or `-mtune=native`
|
Your project should not be compiled with `-march=native` or `-mtune=native`
|
||||||
flags, as the build infrastructure and fuzzing machines may have different CPUs
|
flags, as the build infrastructure and fuzzing machines may have different CPUs
|
||||||
as well as other hardware differences. You may however use `-mtune=generic`.
|
as well as other hardware differences. You may however use `-mtune=generic`.
|
||||||
|
|
||||||
## Network access
|
|
||||||
|
|
||||||
There will be no network interfaces available (not even loopback).
|
|
||||||
|
|
Loading…
Reference in New Issue