From 8a08f1492507162265897acbc036d877d7bb975f Mon Sep 17 00:00:00 2001 From: inference Date: Mon, 8 May 2023 00:01:51 +0100 Subject: [PATCH] Update Portage No LTO env to version 3.0.3.7. --- desktop/portage/env/nolto.conf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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}"