commit | ff96fe1589c4a25f28f49291a1543d26f809b52a | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Mon Jul 10 14:37:39 2023 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Mon Jul 10 14:37:39 2023 +0000 |
tree | e1b7815450ce7381a55d9e6c23c650cdb80f0b91 | |
parent | ab8ed75b6b1bf261a1ace3844190b0931c831d0c [diff] | |
parent | 9bbe96068dcc77da1578bc7ab821005455381386 [diff] |
Merge "Remove -fstrict-aliasing from arm32." into main
diff --git a/cc/config/arm_device.go b/cc/config/arm_device.go index dec2b45..3397e3d 100644 --- a/cc/config/arm_device.go +++ b/cc/config/arm_device.go
@@ -43,9 +43,7 @@ armNoFixCortexA8LdFlags = []string{"-Wl,--no-fix-cortex-a8"} - armArmCflags = []string{ - "-fstrict-aliasing", - } + armArmCflags = []string{} armThumbCflags = []string{ "-mthumb",