Manual.md: document nostrip_files=

This commit is contained in:
maxice8 2019-01-01 23:34:56 -02:00 committed by Toyam Cox
parent d820e72d91
commit 77c1e19d22

View file

@ -554,6 +554,9 @@ by all supported architectures.
- `nostrip` If set, the ELF binaries with debugging symbols won't be stripped. By
default all binaries are stripped.
- `nostrip_files` White-space separated list of ELF binaries that won't be stripped of
debugging symbols.
- `noshlibprovides` If set, the ELF binaries won't be inspected to collect the provided
sonames in shared libraries.