codechecker icon indicating copy to clipboard operation
codechecker copied to clipboard

[analyzer] Adds -ffreestanding to ignored GCC compiler flags

Open ArchieAtkinson opened this issue 7 months ago • 0 comments

-ffreestanding and -fno-freestanding are common in embedded systems but clang does not support it. This PR adds them both to the ignored GCC compiler flags list.

ArchieAtkinson avatar Jun 29 '24 15:06 ArchieAtkinson