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.java10
1 files changed, 10 insertions, 0 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 69d69da39d..2621a53035 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
@@ -213,6 +213,16 @@ public class BlazeServerStartupOptions extends OptionsBase {
help = "Unused.")
public String unusedSkyframe;
+ @Option(
+ name = "experimental_preserve_spaces_in_host_jvm_args",
+ defaultValue = "false",
+ category = "undocumented",
+ help =
+ "If this option is true, each argument to --host_jvm_args is considered a single JVM "
+ + "flag, even if it has spaces in it."
+ )
+ public boolean unusedPreserveSpacesInHostJvmArgs;
+
@Option(name = "fatal_event_bus_exceptions",
defaultValue = "false", // NOTE: purely decorative!
category = "undocumented",