aboutsummaryrefslogtreecommitdiffhomepage
path: root/scripts
diff options
context:
space:
mode:
authorGravatar Kristina Chodorow <kchodorow@google.com>2016-06-20 14:17:50 +0000
committerGravatar Philipp Wollermann <philwo@google.com>2016-06-21 09:57:41 +0000
commit4873e56c6ce2c29650f2197eb492179b341e872a (patch)
tree869f4e6d4d7da5af76e81486c5aad608f13df83f /scripts
parentfc6100505ca52aa3bd488b19360f2bd2706aea98 (diff)
Get rid of --nodeep_execroot reference
Not that it does anything, but let's not encourage people. -- MOS_MIGRATED_REVID=125334321
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/bootstrap/compile.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/bootstrap/compile.sh b/scripts/bootstrap/compile.sh
index 6faa3308a5..a24121334d 100755
--- a/scripts/bootstrap/compile.sh
+++ b/scripts/bootstrap/compile.sh
@@ -271,7 +271,7 @@ function bootstrap_build() {
--output_base=${OUTPUT_DIR}/out \
--install_md5= \
--workspace_directory=${PWD} \
- --nodeep_execroot --nofatal_event_bus_exceptions \
+ --nofatal_event_bus_exceptions \
build \
--ignore_unsupported_sandboxing \
--startup_time=329 --extract_data_time=523 \