From 44fd0a00318a6408f77ace75ed09628eba50c0a4 Mon Sep 17 00:00:00 2001 From: Edward O'Callaghan Date: Fri, 27 Jun 2014 18:07:05 +1000 Subject: utils/cbfstool: No need to pass -g flag twice Spotted by building with Clang. Change-Id: I7ab97278d8bd586a71e453c8cc9d26dd6938c8d2 Signed-off-by: Edward O'Callaghan Reviewed-on: http://review.coreboot.org/6139 Tested-by: build bot (Jenkins) Reviewed-by: Paul Menzel Reviewed-by: Idwer Vollering --- util/cbfstool/Makefile | 1 - 1 file changed, 1 deletion(-) (limited to 'util/cbfstool/Makefile') diff --git a/util/cbfstool/Makefile b/util/cbfstool/Makefile index e647c88062..4f282f9fc1 100644 --- a/util/cbfstool/Makefile +++ b/util/cbfstool/Makefile @@ -6,7 +6,6 @@ CFLAGS += -Wall -Wundef -Wstrict-prototypes -Wmissing-prototypes CFLAGS += -Wwrite-strings -Wredundant-decls -Wno-trigraphs CFLAGS += -Wstrict-aliasing -Werror CFLAGS += -Wshadow -LDFLAGS += -g CBFSTOOL_BINARY:=$(obj)/cbfstool -- cgit v1.2.3