Removed -fanalyzer from the gcc 10 developer options (#744)

This is extremely slow and generates a LOT of false positives. It's also
not really a warning flag, but an analysis feature and thus belongs in
a separate configure option, not lumped in with the warnings.
This commit is contained in:
Dana Robinson
2021-06-10 12:26:41 -05:00
committed by GitHub
parent 35d86906fa
commit 311641642e
-4
View File
@@ -1,6 +1,2 @@
# New warning
-Warith-conversion
# Enable static analysis of program flow
-fanalyzer
-fdiagnostics-path-format=none