We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1944874 commit 15e9b4aCopy full SHA for 15e9b4a
docs/precompiling.md
@@ -45,8 +45,8 @@ A pyc-only build (aka "source less" builds) is when only `.pyc` files are
45
included; the source `.py` files are not included.
46
47
To enable this, set
48
-{obj}`--@rules_python//python/config_settings:precompile_source_retention=omit_source`
49
-flag on the command line or the {attr}`precompile_source_retention=omit_source`
+{bzl:obj}`--@rules_python//python/config_settings:precompile_source_retention=omit_source`
+flag on the command line or the {bzl:attr}`precompile_source_retention=omit_source`
50
attribute on specific targets.
51
52
The advantage of pyc-only builds are:
0 commit comments