summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Langasek <steve.langasek@canonical.com>2013-09-20 13:01:19 -0500
committerPeter Jones <pjones@redhat.com>2013-09-24 12:05:25 -0400
commit73a22c51adc191878f843268240b74726fdc57b9 (patch)
tree00a6f1377ec8ba23ef289c3f7687e8cde7bfef86
parentd98242e3c5bcb3cdc88f422dcbf64294a3db1a7e (diff)
downloadefi-boot-shim-73a22c51adc191878f843268240b74726fdc57b9.tar.gz
efi-boot-shim-73a22c51adc191878f843268240b74726fdc57b9.zip
Build with -Werror to catch future prototype mismatches.
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 4bdd6032..89912de2 100644
--- a/Makefile
+++ b/Makefile
@@ -15,7 +15,7 @@ EFI_CRT_OBJS = $(EFI_PATH)/crt0-efi-$(ARCH).o
EFI_LDS = elf_$(ARCH)_efi.lds
CFLAGS = -ggdb -O0 -fno-stack-protector -fno-strict-aliasing -fpic \
- -fshort-wchar -Wall -mno-red-zone -maccumulate-outgoing-args \
+ -fshort-wchar -Wall -Werror -mno-red-zone -maccumulate-outgoing-args \
-mno-mmx -mno-sse \
$(EFI_INCLUDES)
ifeq ($(ARCH),x86_64)