HAOUAS Elyes has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/61366 )
Change subject: [for test] Test '-fanalyzer' option ......................................................................
[for test] Test '-fanalyzer' option
Change-Id: Ie6f9b5ea2b21787f7191232938cc44d32bd05b58 Signed-off-by: Elyes HAOUAS ehaouas@noos.fr --- M Makefile.inc 1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/66/61366/1
diff --git a/Makefile.inc b/Makefile.inc index 1c76a91..52ba828 100644 --- a/Makefile.inc +++ b/Makefile.inc @@ -425,7 +425,7 @@ CFLAGS_common += -Wshadow -Wdate-time -Wtype-limits -Wvla CFLAGS_common += -Wdangling-else CFLAGS_common += -fno-common -ffreestanding -fno-builtin -fomit-frame-pointer -CFLAGS_common += -fstrict-aliasing -ffunction-sections -fdata-sections -fno-pie +CFLAGS_common += -fstrict-aliasing -ffunction-sections -fdata-sections -fno-pie -fanalyzer ifeq ($(CONFIG_COMPILER_GCC),y) # Don't add these GCC specific flags when running scan-build ifeq ($(CCC_ANALYZER_OUTPUT_FORMAT),)