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

Commit 7514a31d authored by Matthew Maurer's avatar Matthew Maurer Committed by Automerger Merge Worker
Browse files

rust: Enable ELF TLS by default in platform Rust am: 15675d59

parents 0cc9d267 15675d59
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -72,6 +72,8 @@ var (
		"-C panic=abort",
		// Generate additional debug info for AutoFDO
		"-Z debug-info-for-profiling",
		// Android has ELF TLS on platform
		"-Z tls-model=global-dynamic",
	}

	deviceGlobalLinkFlags = []string{