Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ff96fe15 authored by Elliott Hughes's avatar Elliott Hughes Committed by Gerrit Code Review
Browse files

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

parents ab8ed75b 9bbe9606
Loading
Loading
Loading
Loading
+1 −3
Original line number Diff line number Diff line
@@ -43,9 +43,7 @@ var (

	armNoFixCortexA8LdFlags = []string{"-Wl,--no-fix-cortex-a8"}

	armArmCflags = []string{
		"-fstrict-aliasing",
	}
	armArmCflags = []string{}

	armThumbCflags = []string{
		"-mthumb",