Drop -Xrepeat flag

This flag hadn't been maintained for a long time and isn't working
properly at the moment.
This commit is contained in:
Dmitry Savvinov
2018-03-28 18:21:46 +03:00
parent e3073be726
commit c3745c9040
6 changed files with 20 additions and 66 deletions
-1
View File
@@ -17,7 +17,6 @@ where advanced options include:
-Xplugin=<path> Load plugins from the given classpath
-Xproper-ieee754-comparisons Generate proper IEEE 754 comparisons in all cases if values are statically known to be of primitive numeric types
-Xread-deserialized-contracts Enable reading of contracts from metadata
-Xrepeat=<count> Repeat compilation (for performance analysis)
-Xreport-output-files Report source to output files mapping
-Xskip-metadata-version-check Load classes with bad metadata version anyway (incl. pre-release classes)
-Xuse-experimental=<fq.name> Enable usages of COMPILATION-affecting experimental API for marker annotation with the given fully qualified name