mirror of
https://github.com/MorizzG/portage-conf.git
synced 2025-12-06 01:12:42 +00:00
split make.conf into common and local configuration
This commit is contained in:
parent
10eab7a46c
commit
cdc3602577
2 changed files with 6 additions and 8 deletions
4
.gitignore
vendored
4
.gitignore
vendored
|
|
@ -1 +1,3 @@
|
|||
/savedconfig?
|
||||
/savedconfig/
|
||||
|
||||
/make.conf/10local
|
||||
|
|
|
|||
|
|
@ -1,30 +1,26 @@
|
|||
COMMON_FLAGS="-O2 -pipe -march=native -flto"
|
||||
CFLAGS="${COMMON_FLAGS}"
|
||||
CXXFLAGS="${COMMON_FLAGS}"
|
||||
|
||||
FCFLAGS="${COMMON_FLAGS}"
|
||||
FFLAGS="${COMMON_FLAGS}"
|
||||
|
||||
RUSTFLAGS="-C target-cpu=native -C opt-level=3"
|
||||
|
||||
CC="clang"
|
||||
CXX="clang++"
|
||||
AR="llvm-ar"
|
||||
NM="llvm-nm"
|
||||
ranlib="llvm-ranlib"
|
||||
|
||||
RUSTFLAGS="-C target-cpu=native -C opt-level=3"
|
||||
|
||||
LDFLAGS="-fuse-ld=mold -rtlib=compiler-rt -unwindlib=libunwind -Wl,--as-needed -flto"
|
||||
|
||||
MAKEOPTS="-j16"
|
||||
|
||||
# EMERGE_DEFAULT_OPTS="--jobs 2"
|
||||
|
||||
USE="clang lto pulseaudio X -systemd -wayland"
|
||||
|
||||
CPU_FLAGS_X86="aes avx avx2 f16c fma3 mmx mmxext pclmul popcnt rdrand sha sse sse2 sse3 sse4_1 sse4_2 sse4a ssse3"
|
||||
|
||||
INPUT_DEVICES="libinput"
|
||||
VIDEO_CARDS="nvidia"
|
||||
|
||||
L10N="en en_GB de"
|
||||
|
||||
LC_MESSAGES=C.utf8
|
||||
Loading…
Add table
Add a link
Reference in a new issue