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

Commit 9488eb82 authored by Aditya Kumar's avatar Aditya Kumar Committed by Gerrit Code Review
Browse files

Merge "gsimple-template-names" into main

parents 5af24224 423e4ce9
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -111,6 +111,9 @@ var (

		// Turn off FMA which got enabled by default in clang-r445002 (http://b/218805949)
		"-ffp-contract=off",

		// Using simple template names reduces the size of debug builds.
		"-gsimple-template-names",
	}

	commonGlobalConlyflags = []string{}