]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blame - .config-default
Let dbus build later.
[people/ms/ipfire-3.x.git] / .config-default
CommitLineData
c65f62a3
MT
1###############################################################################
2# #
3# IPFire.org - A linux based firewall #
4# Copyright (C) 2007 Michael Tremer & Christian Schmidt #
5# #
6# This program is free software: you can redistribute it and/or modify #
7# it under the terms of the GNU General Public License as published by #
8# the Free Software Foundation, either version 3 of the License, or #
9# (at your option) any later version. #
10# #
11# This program is distributed in the hope that it will be useful, #
12# but WITHOUT ANY WARRANTY; without even the implied warranty of #
13# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the #
14# GNU General Public License for more details. #
15# #
16# You should have received a copy of the GNU General Public License #
17# along with this program. If not, see <http://www.gnu.org/licenses/>. #
18# #
19###############################################################################
20# This is a sample config. Copy this file to .config and adjust the values #
21# below to your own needs. #
22###############################################################################
23
24###############################################################################
25# Niceness #
26###############################################################################
27# NICE is the value that indicates the priority to the process it runs with. #
28# The higher the niceness the less is the priority of the whole task. #
29# Default is 10. #
30###############################################################################
31
32#NICE=10
33
34###############################################################################
35# Jobs #
36###############################################################################
37# If you have got more than one processor you can advice the gcc to run more #
38# than one job a time. You also may want to adjust this when using distcc. #
39# Default is count of cpus twice + 1. #
40###############################################################################
41
42#PARALLELISM=3
43
44###############################################################################
45# Distcc Hosts #
46###############################################################################
47# Distcc lets you run some instances of gcc on other dedicated machines. #
48# In this list you add the adresses of the hosts. Note that there is no dns #
49# available in the chroot. #
50# Default is compling on localhost only. #
51###############################################################################
52
53#DISTCC_HOSTS="localhost"