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

Commit 0555acc1 authored by Trevor Radcliffe's avatar Trevor Radcliffe Committed by Gerrit Code Review
Browse files

Merge "Export Minimal Runtime Flags" into main

parents fc47771b 3876c5a1
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -407,6 +407,8 @@ func init() {
	exportedVars.ExportStringListStaticVariable("HostOnlySanitizeFlags", hostOnlySanitizeFlags)
	exportedVars.ExportStringList("DeviceOnlySanitizeFlags", deviceOnlySanitizeFlags)

	exportedVars.ExportStringList("MinimalRuntimeFlags", minimalRuntimeFlags)

	// Leave out "-flto" from the slices exported to bazel, as we will use the
	// dedicated LTO feature for this. For C Flags and Linker Flags, also leave
	// out the cross DSO flag which will be added separately under the correct conditions.