Merge "Remove -fstrict-aliasing from arm32." into main am: ff96fe1589

Original change: https://android-review.googlesource.com/c/platform/build/soong/+/2646182

Change-Id: I6be82a82dbb7161d78ceb702eddececab01e245a
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
Elliott Hughes
2023-07-10 15:20:10 +00:00
committed by Automerger Merge Worker

View File

@@ -43,9 +43,7 @@ var (
armNoFixCortexA8LdFlags = []string{"-Wl,--no-fix-cortex-a8"}
armArmCflags = []string{
"-fstrict-aliasing",
}
armArmCflags = []string{}
armThumbCflags = []string{
"-mthumb",