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 10:26:41 -07:00 committed by GitHub
parent 35d86906fa
commit 311641642e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,6 +1,2 @@
# New warning
-Warith-conversion
# Enable static analysis of program flow
-fanalyzer
-fdiagnostics-path-format=none