Set template backtrace limit to infinity
This commit is contained in:
@@ -2757,6 +2757,7 @@
|
|||||||
"$(OTHER_CFLAGS)",
|
"$(OTHER_CFLAGS)",
|
||||||
"-ferror-limit=0",
|
"-ferror-limit=0",
|
||||||
"-Werror=format",
|
"-Werror=format",
|
||||||
|
"-ftemplate-backtrace-limit=0",
|
||||||
);
|
);
|
||||||
OTHER_LDFLAGS = (
|
OTHER_LDFLAGS = (
|
||||||
"-lboost_filesystem",
|
"-lboost_filesystem",
|
||||||
@@ -2808,6 +2809,7 @@
|
|||||||
"$(OTHER_CFLAGS)",
|
"$(OTHER_CFLAGS)",
|
||||||
"-ferror-limit=0",
|
"-ferror-limit=0",
|
||||||
"-Werror=format",
|
"-Werror=format",
|
||||||
|
"-ftemplate-backtrace-limit=0",
|
||||||
);
|
);
|
||||||
OTHER_LDFLAGS = (
|
OTHER_LDFLAGS = (
|
||||||
"-lboost_filesystem",
|
"-lboost_filesystem",
|
||||||
|
Reference in New Issue
Block a user