diff options
-rw-r--r-- | cnf/make.conf | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/cnf/make.conf b/cnf/make.conf index 9c23f09d0..0e9388fe0 100644 --- a/cnf/make.conf +++ b/cnf/make.conf @@ -265,6 +265,8 @@ CHOST="i686-pc-linux-gnu" # 'buildpkg' causes binary packages to be created of all packages that # are being merged. # 'ccache' enables ccache support via CC. +# 'confcache' enable confcache support; speeds up autotool based configure +# calls # 'collision-protect' # prevents packages from overwriting files that are owned by # another package or by no package at all. |