]> git.ipfire.org Git - people/stevee/pakfire.git/blob - examples/builder.conf
ccache optimizations: Use /tmp and enable compression.
[people/stevee/pakfire.git] / examples / builder.conf
1
2 [logger]
3
4 # Use a different log file for the builder stuff.
5 file = /var/log/pakfire-builder.log
6
7 [builder]
8 # Select the distribution to build for.
9 #distro = ipfire3
10
11 # Use ccache in order to build rebuilds in less time.
12 # See also the [ccache] section.
13 #use_ccache = true
14
15 # Use icecream in order to speed up builds.
16 #use_icecream = false
17
18 # Create build environments in a tmpfs.
19 # This requires a lot of RAM.
20 # Only enable if you know what your are doing.
21 #use_tmpfs = false
22
23 # Create loop devices in build environment.
24 #use_loop_devices = true
25
26 [ccache]
27 # Turn on compression to get more files into the cache.
28 #compress = true