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.
2 parents 71a599f + 58a1f7b commit e71b5feCopy full SHA for e71b5fe
bin/dotc
@@ -151,7 +151,7 @@ onExit () {
151
152
# Get debug set early
153
for arg in "$@"; do
154
- [[ $arg == "-d" ]] && debug=true
+ [[ $arg == "-debug" ]] && debug=true
155
done
156
157
# to reenable echo if we are interrupted before completing.
@@ -244,7 +244,7 @@ case "$1" in
244
-h|-help) usage; exit 1 ;;
245
-bootstrapped) bootstrapped=true && shift ;;
246
-v|-verbose) verbose=true && shift ;;
247
- -d|-debug) debug=true && shift ;;
+ -debug) debug=true && shift ;;
248
-q|-quiet) quiet=true && shift ;;
249
250
# Optimize for short-running applications, see https://github.com/lampepfl/dotty/issues/222
0 commit comments