Stefan Reinauer has uploaded this change for review. ( https://review.coreboot.org/c/em100/+/37124 )
Change subject: WIP: slim down xz ......................................................................
WIP: slim down xz
Change-Id: I93f82dace95998e5eb1093481295c346692243e5 Signed-off-by: Stefan Reinauer stefan.reinauer@coreboot.org --- M Makefile 1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/em100 refs/changes/24/37124/1
diff --git a/Makefile b/Makefile index ccb73c6..448c798 100644 --- a/Makefile +++ b/Makefile @@ -29,7 +29,7 @@ CFLAGS += -Wall -Wundef -Wstrict-prototypes -Wmissing-prototypes CFLAGS += -Wwrite-strings -Wredundant-decls -Wstrict-aliasing -Wshadow -Wextra CFLAGS += -Wno-unused-but-set-variable -CFLAGS += -DXZ_DEC_X86 -DXZ_DEC_POWERPC -DXZ_DEC_IA64 -DXZ_DEC_ARM -DXZ_DEC_ARMTHUMB -DXZ_DEC_SPARC -DXZ_USE_CRC64 -DXZ_DEC_ANY_CHECK -Ixz +CFLAGS += -DXZ_USE_CRC64 -DXZ_DEC_ANY_CHECK -Ixz # Remove after fixing CFLAGS += -Wno-sign-compare -Wno-discarded-qualifiers # Code Coverage