Make warning about usage of -XX-flags less scary

This commit is contained in:
Dmitry Savvinov
2018-07-16 11:00:48 +03:00
parent 9634734abf
commit 70144f8003
7 changed files with 7 additions and 7 deletions
@@ -135,7 +135,7 @@ abstract class CLITool<A : CommonToolArguments> {
"ATTENTION!\n" +
"This build uses internal compiler arguments:\n" +
arguments.internalArguments.joinToString(prefix = "\n", postfix = "\n\n", separator = "\n") +
"This mode is strictly prohibited for production use,\n" +
"This mode is not recommended for production use,\n" +
"as no stability/compatibility guarantees are given on\n" +
"compiler or generated code. Use it at your own risk!\n"
)