Index: sdk/bin/dartanalyzer |
diff --git a/sdk/bin/dartanalyzer b/sdk/bin/dartanalyzer |
index c7935511feae3b4de217027ea8edbc9c7ebe2573..0c23848461466ff191291c6e93737ef2f8f3ad03 100755 |
--- a/sdk/bin/dartanalyzer |
+++ b/sdk/bin/dartanalyzer |
@@ -56,7 +56,7 @@ if [ -z "$DART_CONFIGURATION" ]; |
then |
DIRS=$( ls "$OUT_DIR" ) |
# list of possible configurations in decreasing desirability |
- CONFIGS=("ReleaseIA32" "ReleaseX64" "DebugIA32" "DebugX64" |
+ CONFIGS=("ReleaseX64" "ReleaseIA32" "DebugX64" "DebugIA32" |
"ReleaseARM" "ReleaseARM64" "ReleaseARMV5TE" "ReleaseMIPS" |
"DebugARM" "DebugARM64" "DebugARMV5TE" "DebugMIPS") |
DART_CONFIGURATION="None" |