Added -noStdlib/noJdk/noJdkAnnotations command line arguments where CLI is invoked.

This commit is contained in:
Evgeny Gerashchenko
2012-07-03 23:15:10 +04:00
parent 97e0ee4a29
commit 60ecd1d394
4 changed files with 5 additions and 1 deletions
@@ -270,6 +270,7 @@ public class JetCompiler implements TranslatingCompiler {
"-module", scriptFile.getAbsolutePath(),
"-output", path(outputDir),
"-tags", "-verbose", "-version",
"-noStdlib", "-noJdkAnnotations", "-noJdk",
"-mode", "idea"};
}