Update Portage No LTO env to version 3.0.3.7.

This commit is contained in:
inference 2023-05-08 00:03:53 +01:00
parent b68433a3c8
commit 370dec01d9
Signed by: inference
SSH Key Fingerprint: SHA256:9Pl0nZ2UJacgm+IeEtLSZ4FOESgP1eKCtRflfPfdX9M

View File

@ -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}"