diff --git a/desktop/portage/env/nolto.conf b/desktop/portage/env/nolto.conf index 3ff7a79..aeddd14 100644 --- a/desktop/portage/env/nolto.conf +++ b/desktop/portage/env/nolto.conf @@ -1,15 +1,15 @@ -# Inferencium +# Inferencium - aa000-0 # Portage - env - Clang - No LTO # Copyright 2023 Jake Winters # SPDX-License-Identifier: BSD-3-Clause-Clear -# Version: 3.0.1.5 +# 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}"