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
/docdirectories. - 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_TARGETSvariable from the package. - upx - Compress binary executable files using UPX. Additional options can be passed to UPX by specifying the
UPXFLAGSvariable. - ccache - Allow the use of
ccacheduring build. More useful in its negative form!ccachewith select packages that have problems building withccache. - distcc - Allow the use of
distccduring build. More useful in its negative form!distccwith select packages that have problems building withdistcc. - buildflags - Allow the use of user-specific
buildflags(CFLAGS, CXXFLAGS, LDFLAGS) during build. More useful in its negative form!buildflagswith select packages that have problems building with custombuildflags. - makeflags - Allow the use of user-specific
makeflagsduring build. More useful in its negative form!makeflagswith select packages that have problems building with custommakeflags.