add make.conf
This commit is contained in:
commit
cb3f1de4b4
1 changed files with 27 additions and 0 deletions
27
etc/portage/make.conf
Normal file
27
etc/portage/make.conf
Normal file
|
@ -0,0 +1,27 @@
|
|||
COMMON_FLAGS="-O2 -pipe -march=native -mtune=ivybridge"
|
||||
MAKEOPTS="-j6 -l8"
|
||||
CFLAGS="${COMMON_FLAGS}"
|
||||
CXXFLAGS="${COMMON_FLAGS}"
|
||||
FCFLAGS="${COMMON_FLAGS}"
|
||||
FFLAGS="${COMMON_FLAGS}"
|
||||
#CHOST="x86_64-gentoo-linux-musl"
|
||||
|
||||
PORTDIR="/var/db/repos/gentoo"
|
||||
DISTDIR="/var/cache/distfiles"
|
||||
PKGDIR="/var/cache/binpkgs"
|
||||
|
||||
LC_MESSAGES=C
|
||||
EMERGE_DEFAULT_OPTS="-a -v -t"
|
||||
FEATURES="candy collision-protect parallel-fetch"
|
||||
|
||||
# organize useflags
|
||||
AUDIO_FLAGS="aac alsa -cdda flac mp3 mp4 ogg pulseaudio vorbis x264"
|
||||
MEDIA_FLAGS="gif imlib jpeg png svg tiff truetype unicode"
|
||||
VIDEO_FLAGS="acpi cairo -cdr dri gles2 opengl -ogre sdl vulkan -wayland X"
|
||||
SYSTEM_FLAGS="bluetooth -branding -cups dbus elogind -geolocation -gnome gtk gtk3 gpm icu
|
||||
libnotify -netifrc networkmanager policykit -systemd threads udev xml"
|
||||
|
||||
USE="${AUDIO_FLAGS} ${MEDIA_FLAGS} ${VIDEO_FLAGS} ${SYSTEM_FLAGS}"
|
||||
VIDEO_CARDS="intel i915 i965 nouveau"
|
||||
INPUT_DEVICES="libinput synaptics"
|
||||
PYTHON_TARGETS="python3_8"
|
Loading…
Reference in a new issue