From 189c50f74e50dc4784766cf198b28e5917403e1e Mon Sep 17 00:00:00 2001 From: Tony Breeds Date: Mon, 13 May 2013 14:46:53 +1000 Subject: [PATCH] Revert "make: Update CFLAGS to for -Werror." This reverts commit b1bdfaf8b8da39e0aa888643b1998a948f83e7dd. I didn't cover enough compilers. Sorry. Signed-off-by: Tony Breeds --- Makefile | 2 -- 1 file changed, 2 deletions(-) diff --git a/Makefile b/Makefile index f3b46a5..ab37082 100644 --- a/Makefile +++ b/Makefile @@ -39,7 +39,6 @@ YBCFLAGS += -DVERSION="\"${VERSION}${VERSIONEXTRA}\"" YBCFLAGS += -DTEXTADDR=$(TEXTADDR) -DDEBUG=$(DEBUG) YBCFLAGS += -DMALLOCADDR=$(MALLOCADDR) -DMALLOCSIZE=$(MALLOCSIZE) YBCFLAGS += -DKERNELADDR=$(KERNELADDR) -YBCFLAGS += -Werror -fdiagnostics-show-option YBCFLAGS += -I ./include YBCFLAGS += -fno-strict-aliasing @@ -74,7 +73,6 @@ LLIBS = -lext2fs # For compiling userland utils # UCFLAGS = -Os $(CFLAGS) -Wall -I/usr/include -UCFLAGS += -Werror -fdiagnostics-show-option # For compiling build-tools that run on the host. # -- 2.39.5