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

Commit 09fdda5b authored by Zijun's avatar Zijun Committed by Zijun Zhao
Browse files

Turn on relaxed-template-template-args as a workaround

Update compiler to r536225 and the error: argument '-fno-relaxed-template-template-args' is deprecated arises.

Bug: b/341084395
Test: presubmit
Change-Id: If714f96e4537b5f8d695cd7c0d1cd0a8ddcbb96e
parent 469b5a12
Loading
Loading
Loading
Loading
+0 −5
Original line number Diff line number Diff line
@@ -136,11 +136,6 @@ var (
		// displaying logs in web browsers.
		"-fmessage-length=0",

		// Disable C++17 "relaxed template template argument matching" as a workaround for
		// our out-dated libcxx.
		// http://b/341084395
		"-fno-relaxed-template-template-args",

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