OSDN Git Service

Subzero: Change the szbuild.py --force default.
authorJim Stichnoth <stichnot@chromium.org>
Wed, 20 Jan 2016 23:01:39 +0000 (15:01 -0800)
committerJim Stichnoth <stichnot@chromium.org>
Wed, 20 Jan 2016 23:01:39 +0000 (15:01 -0800)
commitbc3bd502de1a60b91cc95157e2d9f530e022180f
treec4acc0c1f84154d7ab0307ded0f0975e1108014d
parent4ab4fbed8ef1cd0d8eafb205c86ae451ce92b3f6
Subzero: Change the szbuild.py --force default.

With the --force option, the behavior of its default setting is dangerous.  Specifically, it doesn't retranslate by default when you change the szbuild command-line arguments.  This leads to debugging frustration.

Therefore, we change the default setting to be "dumb" and always retranslate.

For bisection debugging, the user will quickly realize that they want to add "--force=0".

BUG= none
R=jpp@chromium.org

Review URL: https://codereview.chromium.org/1608323002 .
Makefile.standalone
pydir/szbuild.py