Make warning about usage of -XX-flags less scary
This commit is contained in:
@@ -135,7 +135,7 @@ abstract class CLITool<A : CommonToolArguments> {
|
|||||||
"ATTENTION!\n" +
|
"ATTENTION!\n" +
|
||||||
"This build uses internal compiler arguments:\n" +
|
"This build uses internal compiler arguments:\n" +
|
||||||
arguments.internalArguments.joinToString(prefix = "\n", postfix = "\n\n", separator = "\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" +
|
"as no stability/compatibility guarantees are given on\n" +
|
||||||
"compiler or generated code. Use it at your own risk!\n"
|
"compiler or generated code. Use it at your own risk!\n"
|
||||||
)
|
)
|
||||||
|
|||||||
@@ -3,7 +3,7 @@ This build uses internal compiler arguments:
|
|||||||
|
|
||||||
-XXLanguage:-SoundSmartCastsAfterTry
|
-XXLanguage:-SoundSmartCastsAfterTry
|
||||||
|
|
||||||
This mode is strictly prohibited for production use,
|
This mode is not recommended for production use,
|
||||||
as no stability/compatibility guarantees are given on
|
as no stability/compatibility guarantees are given on
|
||||||
compiler or generated code. Use it at your own risk!
|
compiler or generated code. Use it at your own risk!
|
||||||
|
|
||||||
|
|||||||
@@ -3,7 +3,7 @@ This build uses internal compiler arguments:
|
|||||||
|
|
||||||
-XXLanguage:+
|
-XXLanguage:+
|
||||||
|
|
||||||
This mode is strictly prohibited for production use,
|
This mode is not recommended for production use,
|
||||||
as no stability/compatibility guarantees are given on
|
as no stability/compatibility guarantees are given on
|
||||||
compiler or generated code. Use it at your own risk!
|
compiler or generated code. Use it at your own risk!
|
||||||
|
|
||||||
|
|||||||
@@ -3,7 +3,7 @@ This build uses internal compiler arguments:
|
|||||||
|
|
||||||
-XXLanguage:+SoundSmartCastsAfterTry
|
-XXLanguage:+SoundSmartCastsAfterTry
|
||||||
|
|
||||||
This mode is strictly prohibited for production use,
|
This mode is not recommended for production use,
|
||||||
as no stability/compatibility guarantees are given on
|
as no stability/compatibility guarantees are given on
|
||||||
compiler or generated code. Use it at your own risk!
|
compiler or generated code. Use it at your own risk!
|
||||||
|
|
||||||
|
|||||||
@@ -3,7 +3,7 @@ This build uses internal compiler arguments:
|
|||||||
|
|
||||||
-XXLanguage:SoundSmartCastAfterTry
|
-XXLanguage:SoundSmartCastAfterTry
|
||||||
|
|
||||||
This mode is strictly prohibited for production use,
|
This mode is not recommended for production use,
|
||||||
as no stability/compatibility guarantees are given on
|
as no stability/compatibility guarantees are given on
|
||||||
compiler or generated code. Use it at your own risk!
|
compiler or generated code. Use it at your own risk!
|
||||||
|
|
||||||
|
|||||||
@@ -3,7 +3,7 @@ This build uses internal compiler arguments:
|
|||||||
|
|
||||||
-XXLanguage:+UnknownFeature
|
-XXLanguage:+UnknownFeature
|
||||||
|
|
||||||
This mode is strictly prohibited for production use,
|
This mode is not recommended for production use,
|
||||||
as no stability/compatibility guarantees are given on
|
as no stability/compatibility guarantees are given on
|
||||||
compiler or generated code. Use it at your own risk!
|
compiler or generated code. Use it at your own risk!
|
||||||
|
|
||||||
|
|||||||
@@ -3,7 +3,7 @@ This build uses internal compiler arguments:
|
|||||||
|
|
||||||
-XXLanguage:+SoundSmartCastsAfterTry
|
-XXLanguage:+SoundSmartCastsAfterTry
|
||||||
|
|
||||||
This mode is strictly prohibited for production use,
|
This mode is not recommended for production use,
|
||||||
as no stability/compatibility guarantees are given on
|
as no stability/compatibility guarantees are given on
|
||||||
compiler or generated code. Use it at your own risk!
|
compiler or generated code. Use it at your own risk!
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user