From 3d055547a71adffca6a8322e1369bc3247167348 Mon Sep 17 00:00:00 2001 From: Sophie Brun Date: Tue, 11 Feb 2020 15:24:49 +0100 Subject: [PATCH] Don't build with Werror in Debian Last-Update: 2020-02-11 Gbp-Pq: Name dont-build-with-werror.patch --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 6f13643..85e36a8 100644 --- a/Makefile +++ b/Makefile @@ -137,7 +137,7 @@ endif DEBUG_FLAGS := $(if $(filter-out 0,${DEBUG}),-g -Og,-g -Os) WERROR := -Werror FIRMWARE_FLAGS := -nostdinc -ffreestanding -fno-builtin -fno-stack-protector -COMMON_FLAGS := -pipe ${WERROR} -Wall -Wstrict-prototypes -Wtype-limits \ +COMMON_FLAGS := -pipe -Wall -Wstrict-prototypes -Wtype-limits \ -Wundef -Wmissing-prototypes -Wno-trigraphs -Wredundant-decls -Wshadow \ -Wwrite-strings -Wstrict-aliasing -Wdate-time \ -ffunction-sections -fdata-sections \ -- 2.30.2