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

Commit db91ef70 authored by Elliott Hughes's avatar Elliott Hughes Committed by Automerger Merge Worker
Browse files

riscv64: disable a weird option. am: bee01f7d

parents 2c2dd13e bee01f7d
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -39,6 +39,9 @@ var (
		// Equivalent to "-munaligned-access", but our clang doesn't have that yet.
		"-Xclang -target-feature -Xclang +unaligned-scalar-mem",
		"-Xclang -target-feature -Xclang +unaligned-vector-mem",
		// We should change the default for this in clang, but for now...
		// (https://github.com/google/android-riscv64/issues/124)
		"-mllvm -jump-is-expensive=false",
	}

	riscv64Lldflags = append(riscv64Ldflags,