[CFE] Don't hardcode ReleaseX64 in pkg/front_end/tool/fasta

Closes https://github.com/dart-lang/sdk/issues/55237

Change-Id: I073cb1d20a7a010617a7a539f06b072badd9a158
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/358449
Reviewed-by: Srujan Gaddam <srujzs@google.com>
Reviewed-by: Johnni Winther <johnniwinther@google.com>
Commit-Queue: Jens Johansen <jensj@google.com>
This commit is contained in:
Jens Johansen
2024-03-21 09:05:51 +00:00
committed by Commit Queue
parent 198e5ea92b
commit 00ab55501e
-2
View File
@@ -21,8 +21,6 @@ function stop {
exit 2
}
export DART_CONFIGURATION=${DART_CONFIGURATION:-ReleaseX64}
EXTRA_VM_ARGS=()
while [[ "$1" == -* ]]; do