From 77c1e19d22a71e00e29f6b09587419d1c3455743 Mon Sep 17 00:00:00 2001 From: maxice8 Date: Tue, 1 Jan 2019 23:34:56 -0200 Subject: [PATCH] Manual.md: document nostrip_files= --- Manual.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Manual.md b/Manual.md index 8e688bf8ef..5ed40b8934 100644 --- a/Manual.md +++ b/Manual.md @@ -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.