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

Commit 423e4ce9 authored by AdityaK's avatar AdityaK Committed by Aditya Kumar
Browse files

gsimple-template-names

Based on: https://chromium-review.googlesource.com/c/chromium/src/+/3988987

```
Savings are almost 330M on 11G

du -s out.diff/target/product/vsoc_arm64/symbols
10751692        out.diff/target/product/vsoc_arm64/symbols
du -s out/target/product/vsoc_arm64/symbols
11086508        out/target/product/vsoc_arm64/symbols
```

Change-Id: I49a5c4cadc77cb0d97e680e95c4efa7156a42f13
parent ff96fe15
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{}