From 7500de43227a6775689d2a2351343807a5e49da5 Mon Sep 17 00:00:00 2001 From: Max Moroz Date: Tue, 1 Aug 2017 09:31:29 -0700 Subject: [docs] Add note regarding -march/-mtune flags as suggested in #752. (#753) --- docs/fuzzer_environment.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/fuzzer_environment.md b/docs/fuzzer_environment.md index 0907cfe4..314d67b9 100644 --- a/docs/fuzzer_environment.md +++ b/docs/fuzzer_environment.md @@ -47,6 +47,12 @@ executable lives in. `/dev` is also unavailable. +## Hardware + +Your project should not be compiled with `-march=native` or `-mtune=native` +flags, as the build infrastructure and fuzzing machines may have different CPUs +as well as other hardware differences. You may however use `-mtune=generic`. + ## Network access There will be no network interfaces available (not even loopback). -- cgit v1.2.3