25 lines
862 B
Plaintext
25 lines
862 B
Plaintext
COMMON_FLAGS="-march=native -O2 -pipe"
|
|
CFLAGS="${COMMON_FLAGS}"
|
|
CXXFLAGS="${COMMON_FLAGS}"
|
|
FCFLAGS="${COMMON_FLAGS}"
|
|
FFLAGS="${COMMON_FLAGS}"
|
|
LDFLAGS="-Wl,-O2 -Wl,--as-needed"
|
|
RUSTFLAGS="-C debuginfo=0 -C codegen-units=1 -C target-cpu=native -C opt-level=3"
|
|
ACCEPT_LICENSE="*"
|
|
PORTAGE_SCHEDULING_POLICY="idle"
|
|
|
|
PYTHON_TARGETS="python3_11"
|
|
PYTHON_SINGLE_TARGET="python3_11"
|
|
LUA_TARGETS="lua5-4"
|
|
LUA_SINGLE_TARGET="lua5-4"
|
|
|
|
FEATURES="candy fixlafiles unmerge-orphans noman nodoc noinfo notitles parallel-install parallel-fetch clean-logs"
|
|
# NOTE: This stage was built with the bindist USE flag enabled
|
|
|
|
# This sets the language of build output to English.
|
|
# Please keep this setting intact when reporting bugs.
|
|
LC_MESSAGES=C.utf8
|
|
VIDEO_CARDS="nvidia"
|
|
|
|
USE="native-symlinks lto pgo jit xs orc threads asm openmp system-* clang pipewire X dbus dist-kernel -wayland"
|