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

Unified Diff: build_image

Issue 3059001: Enable fast build by default in build_image and mod_image_for_test.sh. (Closed) Base URL: ssh://git@chromiumos-git/crosutils.git
Patch Set: Only enable by default in non-official builds Created 10 years, 5 months 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 | « no previous file | common.sh » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build_image
diff --git a/build_image b/build_image
index d97f75c88596639ab6722bc1d3e26b791881cd65..5cbc29e88d2165fb89fb18d63e947be0781dc045 100755
--- a/build_image
+++ b/build_image
@@ -59,8 +59,8 @@ DEFINE_integer statefulfs_size 1024 \
DEFINE_boolean preserve ${FLAGS_FALSE} \
"Attempt to preserve the previous build image if one can be found (unstable, \
kernel/firmware not updated)"
-DEFINE_boolean fast ${FLAGS_FALSE} \
- "Call many emerges in parallel (unstable)"
+DEFINE_boolean fast ${DEFAULT_FAST} \
+ "Call many emerges in parallel"
DEFINE_string usb_disk /dev/sdb3 \
"Path syslinux should use to do a usb boot. Default: /dev/sdb3"
« no previous file with comments | « no previous file | common.sh » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698