diff options
author | Marco Nelissen <marcone@google.com> | 2009-07-13 20:42:49 -0700 |
---|---|---|
committer | Marco Nelissen <marcone@google.com> | 2009-07-13 20:57:24 -0700 |
commit | e4aaa368b3c58c72a771c23de81e46b729bc736c (patch) | |
tree | ab845d958189841cbc6297a8e1bb04d552f0db34 /core/config.mk | |
parent | bac9a7f18eecc4de0a42c662ba134f4bdcad8cf3 (diff) | |
download | build-e4aaa368b3c58c72a771c23de81e46b729bc736c.zip build-e4aaa368b3c58c72a771c23de81e46b729bc736c.tar.gz build-e4aaa368b3c58c72a771c23de81e46b729bc736c.tar.bz2 |
Apparently the build server uses a different compiler, one that doesn't understand '-fdiagnostics-show-option'
Diffstat (limited to 'core/config.mk')
-rw-r--r-- | core/config.mk | 2 |
1 files changed, 1 insertions, 1 deletions
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 |