command line flag to repeat compilation multiple times

This commit is contained in:
Dmitry Jemerov
2015-06-16 19:34:27 +02:00
parent ab33e4935e
commit 5eb4a47a1a
4 changed files with 28 additions and 7 deletions
+1
View File
@@ -1,6 +1,7 @@
Usage: kotlinc-js <options> <source files>
where advanced options include:
-Xno-inline Disable method inlining
-Xrepeat <count> Repeat compilation (for performance analysis)
-Xplugin <path> Load plugins from the given classpath
Advanced options are non-standard and may be changed or removed without any notice.