aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/runtime
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/java/com/google/devtools/build/lib/runtime')
-rw-r--r--src/main/java/com/google/devtools/build/lib/runtime/BlazeServerStartupOptions.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/java/com/google/devtools/build/lib/runtime/BlazeServerStartupOptions.java b/src/main/java/com/google/devtools/build/lib/runtime/BlazeServerStartupOptions.java
index 786d8b3545..41690a7dc5 100644
--- a/src/main/java/com/google/devtools/build/lib/runtime/BlazeServerStartupOptions.java
+++ b/src/main/java/com/google/devtools/build/lib/runtime/BlazeServerStartupOptions.java
@@ -159,7 +159,7 @@ public class BlazeServerStartupOptions extends OptionsBase {
public boolean batch;
@Option(name = "deep_execroot",
- defaultValue = "false", // NOTE: purely decorative! See class docstring.
+ defaultValue = "true", // NOTE: purely decorative! See class docstring.
category = "server startup",
help = "If set, the execution root will be under $OUTPUT_BASE/execroot instead of "
+ "$OUTPUT_BASE")