diff options
| author | 2015-01-27 14:36:38 -0800 | |
|---|---|---|
| committer | 2015-01-27 14:36:38 -0800 | |
| commit | 685fbe422ce8103933f709b29c97bbe32647c75e (patch) | |
| tree | c9027da14963749d1cb52b8ed1b7b7dea4dbc5c8 | |
| parent | 04a77807a657e86495e7ececf7dc530fa5003c4c (diff) | |
ART: Clean up some build flags
Remove some no-longer necessary build flags.
Change-Id: Iea85a21689c20931b88d0e84b84410652b66b38d
| -rw-r--r-- | build/Android.common_build.mk | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/build/Android.common_build.mk b/build/Android.common_build.mk index c792536742..ad4c98772d 100644 --- a/build/Android.common_build.mk +++ b/build/Android.common_build.mk @@ -117,9 +117,7 @@ ART_TARGET_CLANG_CFLAGS_x86_64 := # These are necessary for Clang ARM64 ART builds. TODO: remove. ART_TARGET_CLANG_CFLAGS_arm64 += \ - -Wno-implicit-exception-spec-mismatch \ - -DNVALGRIND \ - -Wno-unused-value + -DNVALGRIND # FIXME: upstream LLVM has a vectorizer bug that needs to be fixed ART_TARGET_CLANG_CFLAGS_arm64 += \ @@ -191,7 +189,6 @@ art_cflags := \ -Wstrict-aliasing \ -fstrict-aliasing \ -Wunreachable-code \ - -Wno-conversion-null \ -Wredundant-decls \ -Wshadow \ -fvisibility=protected \ |