Skip to content

Commit

Permalink
Merge pull request #4281 from ArchieAtkinson/ignore-fno-freestanding
Browse files Browse the repository at this point in the history
[analyzer] Adds -fno-freestanding to ignored GCC compiler flags
  • Loading branch information
bruntib authored Jul 8, 2024
2 parents 5a502de + 2465ac0 commit 4c33c5a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions analyzer/codechecker_analyzer/buildlog/log_parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@
'-fno-delete-null-pointer-checks',
'-fno-defer-pop',
'-fno-extended-identifiers',
'-fno-freestanding',
'-fno-jump-table',
'-fno-keep-inline-dllexport'
'-fno-keep-static-consts',
Expand Down

0 comments on commit 4c33c5a

Please sign in to comment.