diff --git a/desktop/portage/env/nolto.conf b/desktop/portage/env/nolto.conf index b9a5114..aeddd14 100644 --- a/desktop/portage/env/nolto.conf +++ b/desktop/portage/env/nolto.conf @@ -4,12 +4,12 @@ # Copyright 2023 Jake Winters # SPDX-License-Identifier: BSD-3-Clause-Clear -# Version: 3.0.2.6 +# Version: 3.0.3.7 # 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="-march=znver3 -mtune=znver3 --optimize=2 -pipe ${C_SEC}"