We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c09e87e commit b8b6ee4Copy full SHA for b8b6ee4
dist/bin/dotc
@@ -89,10 +89,6 @@ case "$1" in
89
-nobootcp) unset bootcp && shift ;;
90
-colors) colors=true && shift ;;
91
-no-colors) unset colors && shift ;;
92
- -jrebel) jrebel=true && shift ;;
93
- -no-jrebel) unset jrebel && shift ;;
94
-
95
- -toolcp) require_arg classpath "$1" "$2" && toolcp="$2" && shift 2 ;;
96
97
# break out -D and -J options and add them to JAVA_OPTS as well
98
# so they reach the JVM in time to do some good. The -D options
0 commit comments