From e4aaa368b3c58c72a771c23de81e46b729bc736c Mon Sep 17 00:00:00 2001 From: Marco Nelissen Date: Mon, 13 Jul 2009 20:42:49 -0700 Subject: Apparently the build server uses a different compiler, one that doesn't understand '-fdiagnostics-show-option' --- core/config.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core/config.mk') diff --git a/core/config.mk b/core/config.mk index 3dc9471..ec4c3ac 100644 --- a/core/config.mk +++ b/core/config.mk @@ -75,7 +75,7 @@ SHOW_COMMANDS:= $(filter showcommands,$(MAKECMDGOALS)) # ############################################################### # These can be changed to modify both host and device modules. -COMMON_GLOBAL_CFLAGS:= -DANDROID -fmessage-length=0 -W -Wall -Wno-unused -fdiagnostics-show-option -Winit-self -Wpointer-arith +COMMON_GLOBAL_CFLAGS:= -DANDROID -fmessage-length=0 -W -Wall -Wno-unused -Winit-self -Wpointer-arith COMMON_RELEASE_CFLAGS:= -DNDEBUG -UDEBUG COMMON_GLOBAL_CPPFLAGS:= $(COMMON_GLOBAL_CFLAGS) -Wsign-promo -Wctor-dtor-privacy -- cgit v1.1