Skip to content

Commit

Permalink
Removed -fanalyzer from the gcc 10 developer options (#744)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
derobins authored Jun 10, 2021
1 parent 35d8690 commit 3116416
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions config/gnu-warnings/developer-10
Original file line number Diff line number Diff line change
@@ -1,6 +1,2 @@
# New warning
-Warith-conversion

# Enable static analysis of program flow
-fanalyzer
-fdiagnostics-path-format=none

0 comments on commit 3116416

Please sign in to comment.