summaryrefslogtreecommitdiff
path: root/make.conf
diff options
context:
space:
mode:
Diffstat (limited to 'make.conf')
-rw-r--r--make.conf8
1 files changed, 2 insertions, 6 deletions
diff --git a/make.conf b/make.conf
index 364314b..647acb5 100644
--- a/make.conf
+++ b/make.conf
@@ -4,7 +4,7 @@ CXXFLAGS="${COMMON_FLAGS}"
FCFLAGS="${COMMON_FLAGS}"
FFLAGS="${COMMON_FLAGS}"
LDFLAGS="-Wl,-O3 -Wl,--as-needed -Wl,-z,pack-relative-relocs ${COMMON_FLAGS}"
-RUSTFLAGS="${RUSTFLAGS} -C target-cpu=native"
+RUSTFLAGS="${RUSTFLAGS} -C target-cpu=native -C opt-level=3 -C debuginfo=0 -C prefer-dynamic=yes"
USE="X minimal ssl xinerama qemu alsa opengl graphite harfbuzz lzma zstd threads vaapi hwloc jpegxl vulkan lto fbcon dri vpx x264 x265 openh264 sasl caps opencl ffmpeg caps \
@@ -15,7 +15,7 @@ USE="X minimal ssl xinerama qemu alsa opengl graphite harfbuzz lzma zstd threads
-speech -vnc -xemacs -ibm -3dfx -cjk -xnest -jack -smartcard -policykit -gstreamer -consolekit -kerberos -ldap -wayland -webkit -webengine -kde -gnome -xfce -pulseaudio \
-bluetooth -vlc -networkmanager -udisks -systemd -pam -elogind -dbus -accessibility -libnotify -startup-notification -pipewire -automount -trash-panel-plugin -pcre -gvfs \
-dbusmenu -qt -gtk -qt5 -qt6 -gpm -initramfs -introspection -tiff -telemetry -gnome-shell -proprietary-codecs -vala -gmp-autoupdate -wxwidgets -nvidia -emboss -bindist \
- -deno -discord -dhcp -soc -udev -qdbus -screencast -assistant -debuginfod"
+ -deno -discord -dhcp -soc -udev -qdbus -screencast -assistant -debuginfod -test -ipv6 -icu"
FEATURES="parallel-install parallel-fetch usersync"
@@ -37,9 +37,5 @@ ABI_X86="64 32"
LC_MESSAGES=C.UTF-8
-# GENTOO_MIRRORS="https://mirror.bytemark.co.uk/gentoo/ \
- # https://mirrors.gethosted.online/gentoo/ \
- # https://www.mirrorservice.org/sites/distfiles.gentoo.org/"
-
CPU_FLAGS_X86="aes avx avx2 bmi1 bmi2 f16c fma3 mmx mmxext pclmul popcnt rdrand sse sse2 sse3 sse4_1 sse4_2 ssse3"
MICROCODE_SIGNATURES="-s 0x000306f2"