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
This commit is contained in:
Zijun
2024-07-30 21:31:13 +00:00
committed by Zijun Zhao
parent 469b5a1236
commit 09fdda5b3b

View File

@@ -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",