xbps-src: added XBPS_CCACHE option to xbps-src.conf.
If set /usr/lib/ccache/bin will be added to PATH as the first entry, *only* for chroot.
This commit is contained in:
parent
5c55f940ae
commit
cbdfc216de
2 changed files with 10 additions and 2 deletions
|
@ -21,11 +21,16 @@ XBPS_MASTERDIR=$XBPS_DISTRIBUTIONDIR/masterdir
|
|||
#XBPS_CACHEDIR=/path/to/cachedir/with/user/permissions/to/write
|
||||
|
||||
#
|
||||
# Compilation flags for cc and c++.
|
||||
# Compilation flags for C and C++.
|
||||
#
|
||||
XBPS_CFLAGS="-O2 -pipe"
|
||||
XBPS_CXXFLAGS="$XBPS_CFLAGS"
|
||||
|
||||
#
|
||||
# Enable or disable ccache to build packages from source.
|
||||
#
|
||||
#XBPS_CCACHE=yes
|
||||
|
||||
#
|
||||
# Linker flags passed to the compiler. By default we use --as-needed to
|
||||
# avoid linking extra libraries into binaries. See the following link
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue