Index: fuzzer/go/config/config.go |
diff --git a/fuzzer/go/config/config.go b/fuzzer/go/config/config.go |
index 00552085890e9d4b79cd1f5202ec99906d18f54b..a238647e64065ea4e5efbf937a8e4a63fce7a5db 100644 |
--- a/fuzzer/go/config/config.go |
+++ b/fuzzer/go/config/config.go |
@@ -49,6 +49,8 @@ type commonConfig struct { |
ClangPath string |
ClangPlusPlusPath string |
DepotToolsPath string |
+ ForceReanalysis bool |
+ VerboseBuilds bool |
} |
var Generator = generatorConfig{} |