We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6bf2707 commit 2e9077bCopy full SHA for 2e9077b
src/main/java/com/google/devtools/build/lib/analysis/config/CoreOptions.java
@@ -632,7 +632,7 @@ public OutputDirectoryNamingSchemeConverter() {
632
effectTags = {OptionEffectTag.CHANGES_INPUTS, OptionEffectTag.AFFECTS_OUTPUTS},
633
help =
634
"The given features will be enabled or disabled by default for packages "
635
- + "built in the host or exec configurationsx. "
+ + "built in the host or exec configurations. "
636
+ "Specifying -<feature> will disable the feature globally. "
637
+ "Negative features always override positive ones.")
638
public List<String> hostFeatures;
0 commit comments