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

Commit 632f080f authored by Matthew Maurer's avatar Matthew Maurer Committed by Gerrit Code Review
Browse files

Merge "rust: Use v0 mangling format globally"

parents dadc62cd 20768b88
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -47,6 +47,8 @@ var (
		"-C debuginfo=2",
		"-C opt-level=3",
		"-C relocation-model=pic",
		// Use v0 mangling to distinguish from C++ symbols
		"-Z symbol-mangling-version=v0",
	}

	deviceGlobalRustFlags = []string{