Translations:PKGBUILD/33/en
- strip - Strips symbols from binaries and libraries. If you frequently use a debugger on programs or libraries, it may be helpful to disable this option.
- docs - Save
/doc directories.
- libtool - Leave libtool (
.la) files in packages.
- staticlibs - Leave static library (.a) files in packages
- emptydirs - Leave empty directories in packages.
- zipman - Compress man and info pages with gzip.
- purge - Remove files specified by the
PURGE_TARGETS variable from the package.
- upx - Compress binary executable files using UPX. Additional options can be passed to UPX by specifying the
UPXFLAGS variable.
- ccache - Allow the use of
ccache during build. More useful in its negative form !ccache with select packages that have problems building with ccache.
- distcc - Allow the use of
distcc during build. More useful in its negative form !distcc with select packages that have problems building with distcc.
- buildflags - Allow the use of user-specific
buildflags (CFLAGS, CXXFLAGS, LDFLAGS) during build. More useful in its negative form !buildflags with select packages that have problems building with custom buildflags.
- makeflags - Allow the use of user-specific
makeflags during build. More useful in its negative form !makeflags with select packages that have problems building with custom makeflags.