diff --git a/desktop/portage/make.conf b/desktop/portage/make.conf index 347a577..c82ee81 100644 --- a/desktop/portage/make.conf +++ b/desktop/portage/make.conf @@ -4,7 +4,7 @@ # Copyright 2022-2023 Jake Winters # SPDX-License-Identifier: BSD-3-Clause-Clear -# Version: 14.0.0.40 +# Version: 14.0.1.41 # System @@ -36,7 +36,7 @@ PORTAGE_RSYNC_EXTRA_OPTS="--progress --verbose" # Flags ## Hardening flags -C_SEC="-fstack-clash-protection -fstack-protector-strong -ftrivial-auto-var-init=zero -enable-trivial-auto-var-init-zero-knowing-it-will-be-removed-from-clang -fwrapv" +C_SEC="-fstack-clash-protection -fstack-protector-strong -ftrivial-auto-var-init=zero -fwrapv" LD_SEC="-Wl,-z,defs -Wl,-z,now -Wl,-z,relro" ## Compiler flags CFLAGS="-flto=thin -march=znver3 -mtune=znver3 -O2 -pipe ${C_SEC}"