aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuis A. Lozano <llozano@google.com>2017-06-15 17:57:49 -0700
committerchrome-bot <chrome-bot@chromium.org>2017-06-16 09:33:46 -0700
commit09ce67b14d036f502f3c1ba63c3e89da9247da9f (patch)
tree5fb8e96946a0794df3ce3f1e5960b3575920e9e0
parent92a823f8fa2e20a695e02f7aaa7687f57ed9f223 (diff)
downloadtoolchain-utils-09ce67b14d036f502f3c1ba63c3e89da9247da9f.tar.gz
Build with -cros-debug by default.
We need to make sure that we are building without asserts. BUG=None TEST=local build succeeded. Change-Id: Ifdac90c6c3f8fb3fc027cb1d8e3cfbeec21ba398 Reviewed-on: https://chromium-review.googlesource.com/537996 Commit-Ready: Luis Lozano <llozano@chromium.org> Tested-by: Luis Lozano <llozano@chromium.org> Reviewed-by: Ting-Yuan Huang <laszio@chromium.org>
-rwxr-xr-xbuild_chromeos.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/build_chromeos.py b/build_chromeos.py
index 6b4f4dcd..0b0676d1 100755
--- a/build_chromeos.py
+++ b/build_chromeos.py
@@ -142,7 +142,7 @@ def Main(argv):
# Build with afdo_use by default.
# To change the default use --env="USE=-afdo_use".
build_packages_env = misc.MergeEnvStringWithDict(
- build_packages_env, {'USE': 'chrome_internal afdo_use'})
+ build_packages_env, {'USE': 'chrome_internal afdo_use -cros-debug'})
build_packages_command = misc.GetBuildPackagesCommand(
board=options.board, usepkg=options.vanilla_image, debug=options.debug)