2024年4月19日

HYEOS

随事而为

Gentoo make.conf

1 min read

Gentoo我的/etc/portage/make.conf配置文档

# 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.
COMMON_FLAGS="-march=native -O2 -pipe"
CFLAGS="${COMMON_FLAGS}"
CXXFLAGS="${COMMON_FLAGS}"
FCFLAGS="${COMMON_FLAGS}"
FFLAGS="${COMMON_FLAGS}"

# NOTE: This stage was built with the bindist Use flag enabled
PORTDIR="/var/db/repos/gentoo"
DISTDIR="/var/cache/distfiles"
PKGDIR="/var/cache/binpkgs"
PORTDIR_OVERLAY="${PORTDIR_OVERLAY} /usr/local/portage"

# This sets the language of build output to English.
# Please keep this setting intact when reporting bugs.
LC_MESSAGES=C

MAKEOPTS="-j13"

USE="X"
USE="acl alsa qt5 qt4  kde  dvd pulseaudio h264"
USE="dbus policykit udisk eudev consolekit"
USE="handbook"
USE="elogind"
USE="vboxwebsrv"
INPUT_DEVICES="libinput synaptics"
#intel i965
USE="glamor dri sna uxa xvmc"
VIDEO_CARDS="nvidia intel i965 virtualbox"

GENTOO_MIRRORS="http://gentoo.c3sl.ufpr.br/ https://mirrors.tuna.tsinghua.edu.cn/gentoo http://gentoo.aditsu.net:8000/"

 

发表回复

您的电子邮箱地址不会被公开。 必填项已用 * 标注