Tuesday, November 6, 2012

make.conf


Here is my new make.conf.I use Kde and Fluxbox (split and toolbar in USE).
You alse have to install ccache and my processor is Intel(R) Core(TM)2 Quad  CPU   Q9550  @ 2.83GHz.That's why I put march=native?



# These settings were set by the catalyst build script that automatically
# built this stage.
# Please consult /usr/share/portage/config/make.conf.example for a more
# detailed example.
CFLAGS="-O2 -march=native -pipe"
CXXFLAGS="${CFLAGS}"
# WARNING: Changing your CHOST is not something that should be done lightly.
# Please consult http://www.gentoo.org/doc/en/change-chost.xml before changing.
CHOST="i686-pc-linux-gnu"
USE="kde qt4 qt3support gles opengl dbus alsa pulseaudio nsplugin slit toolbar"

FEATURES="parallel-fetch ccache"
CCACHE_SIZE="2G"
CCACHE_DIR="/var/tmp/ccache"

LINGUAS="fr FR_fr"
VIDEO_CARDS="nvidia"

ACCEPT_LICENSE="Oracle-BCLA-JavaSE AdobeFlash-10.3 skype-4.0.0.7-copyright"

INPUT_DEVICES="mouse keyboard evdev"

SYNC="rsync://rsync.fr.gentoo.org/gentoo-portage"

No comments:

Post a Comment