diff --git a/man/buildgear-buildfile.man5 b/man/buildgear-buildfile.man5 index 629bc82..fbf185d 100644 --- a/man/buildgear-buildfile.man5 +++ b/man/buildgear-buildfile.man5 @@ -48,6 +48,12 @@ List of sources needed in the build procedure. Sources can be remote (protocols List of Buildgear builds that is needed by the build. These builds will be added to the sysroot before building of the selected build is started. Both compile-time and run-time dependencies can be specified. If the build dependency is in the native branch, the name of the build must be given as \fInative/\fR. .RE +.TP +.B nostrip +.RS +List of files to not be automatically stripped. List items are treated as regular expressions (as used by grep). +.RE + .TP .B options .RS @@ -57,8 +63,13 @@ List of special options. Supported options are: .RS Locks the build so that it will be the only one building at any given time (even when parallel_builds > 1). .RE - +.TP +.B nostrip +.RS +Disables automatic strip of executables, shared libraries (.so), and static archives (.a). .RE +.RE + .SH FUNCTIONS