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:
@@ -136,11 +136,6 @@ var (
|
|||||||
// displaying logs in web browsers.
|
// displaying logs in web browsers.
|
||||||
"-fmessage-length=0",
|
"-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.
|
// Using simple template names reduces the size of debug builds.
|
||||||
"-gsimple-template-names",
|
"-gsimple-template-names",
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user