Merge "Remove -fstrict-aliasing from arm32." into main

This commit is contained in:
Elliott Hughes
2023-07-10 14:37:39 +00:00
committed by Gerrit Code Review

View File

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