Index: compiler/scripts/build_dartc_for_perf_metrics |
=================================================================== |
--- compiler/scripts/build_dartc_for_perf_metrics (revision 881) |
+++ compiler/scripts/build_dartc_for_perf_metrics (working copy) |
@@ -25,7 +25,7 @@ |
# Build dartc |
cd compiler |
-../tools/build.py --mode release --arch dartc |
+../tools/build.py --mode release |
rc=$? |
if [ $rc -ne 0 ]; then |
exit $rc |