summaryrefslogtreecommitdiffstats
path: root/host-noddy/make.conf
blob: 2c25e174bd1ba093c3bcb479a6d8e8f5b174a5cb (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
COMMON_FLAGS="-O2 -pipe -march=alderlake -mabm -mno-cldemote -mno-kl -mno-sgx -mno-widekl -mshstk --param=l1-cache-line-size=64 --param=l1-cache-size=32 --param=l2-cache-size=12288"
CFLAGS="${COMMON_FLAGS}"
CXXFLAGS="${COMMON_FLAGS}"
FCFLAGS="${COMMON_FLAGS}"
FFLAGS="${COMMON_FLAGS}"
RUSTFLAGS="${RUSTFLAGS} -C target-cpu=native"

CPU_FLAGS_X86="aes avx avx2 f16c fma3 mmx mmxext pclmul popcnt rdrand sha sse sse2 sse3 sse4_1 sse4_2 ssse3 vpclmulqdq"

DISTDIR="/var/portage/distfiles"
PKGDIR="/var/portage/binpkgs"

MAKEOPTS="-j12"

PORT_LOGDIR="/var/log/portage/"
PORTAGE_ELOG_CLASSES="log warn error"
PORTAGE_ELOG_SYSTEM="echo save:*"
PORTAGE_COMPRESS=""

EMERGE_DEFAULT_OPTS="--color=n --ask --alert --autounmask-write=n --jobs 2 --load-average 4"

VIDEO_CARDS="intel"

INSTALL_MASK="/usr/share/bash-completion"
FEATURES="clean-logs compress-build-logs downgrade-backup mount-sandbox parallel-install split-elog split-log"

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