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

Unified Diff: common.sh

Issue 3418001: Turn on --fast on official builds. (Closed) Base URL: http://git.chromium.org/git/crosutils.git
Patch Set: Typo fix -- thanks nsanders Created 10 years, 1 month 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 | parallel_emerge » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: common.sh
diff --git a/common.sh b/common.sh
index b7d428dab5bcca65bb2f042eb2aa63acea944761..20a473cff889dbed39126e9af9208e941dd2c022 100644
--- a/common.sh
+++ b/common.sh
@@ -113,11 +113,8 @@ ALL_BOARDS=$(echo $ALL_BOARDS)
#DEFAULT_BOARD=x86-generic # or...
DEFAULT_BOARD=$(echo $ALL_BOARDS | awk '{print $NF}')
-# Enable --fast by default on non-official builds
+# Enable --fast by default.
DEFAULT_FAST="${FLAGS_TRUE}"
-if [ "${CHROMEOS_OFFICIAL:-0}" = "1" ]; then
- DEFAULT_FAST="${FLAGS_FALSE}"
-fi
# Detect whether we're inside a chroot or not
if [ -e /etc/debian_chroot ]
« no previous file with comments | « no previous file | parallel_emerge » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698