Commit 671cb032 authored by Yusei Tahara's avatar Yusei Tahara Committed by Kazuhiko Shiozaki

Update README.rst to add do-not-strip-path option explanation.

parent cc783be3
......@@ -46,3 +46,15 @@ Supported Options
Path to ``strip`` program. Defaults to 'strip' which should work on
any system that has the strip program available in the system
``PATH``.
``do-not-strip-path``
A new-line separated list of absolute paths of the files you do not
want to strip.
An example::
[buildout]
do-not-strip-path =
${bazel:location}/bin/bazel
${another-part:location}/bin/dontstripbinary
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment