Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(19)

Unified Diff: sdk/bin/dartfmt

Issue 1535553003: Change to X64 default build in tool scripts in sdk/bin (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 5 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « sdk/bin/dartanalyzer.bat ('k') | sdk/bin/dartfmt.bat » ('j') | sdk/bin/pub » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sdk/bin/dartfmt
diff --git a/sdk/bin/dartfmt b/sdk/bin/dartfmt
index e4de89cfe73b42e72a2625bf5dd285c52e7e07d2..bc53f3683fa3430e4cc0bf028c7ff0f444751aa4 100755
--- a/sdk/bin/dartfmt
+++ b/sdk/bin/dartfmt
@@ -30,7 +30,7 @@ DARTFMT="$DART_ROOT/third_party/pkg_tested/dart_style/bin/format.dart"
if [ -z "$DART_CONFIGURATION" ];
then
- DART_CONFIGURATION="ReleaseIA32"
+ DART_CONFIGURATION="ReleaseX64"
Søren Gjesse 2015/12/17 12:08:34 Why is this not trying different configurations as
fi
if [[ `uname` == 'Darwin' ]]; then
« no previous file with comments | « sdk/bin/dartanalyzer.bat ('k') | sdk/bin/dartfmt.bat » ('j') | sdk/bin/pub » ('J')

Powered by Google App Engine
This is Rietveld 408576698