Update Portage GCC - Basic env to version 7.0.2.12.

This commit is contained in:
inference 2023-05-08 00:02:58 +01:00
parent 7b990efe5e
commit c9d71d3a02
Signed by: inference
SSH Key Fingerprint: SHA256:9Pl0nZ2UJacgm+IeEtLSZ4FOESgP1eKCtRflfPfdX9M

View File

@ -1,10 +1,10 @@
# Inferencium
# Inferencium - aa000-0
# Portage - env - GCC - Basic
# Copyright 2022-2023 Jake Winters
# SPDX-License-Identifier: BSD-3-Clause-Clear
# Version: 7.0.0.10
# Version: 7.0.2.12
# Toolchain
@ -17,8 +17,8 @@ STRIP="strip"
# Flags
## Compiler flags
CFLAGS="-march=znver3 -mtune=znver3 -O2 -pipe"
CXXFLAGS="-march=znver3 -mtune=znver3 -O2 -pipe"
CFLAGS="-march=znver3 -mtune=znver3 --optimize=2 -pipe"
CXXFLAGS="-march=znver3 -mtune=znver3 --optimize=2 -pipe"
RUSTFLAGS="-C debuginfo=0 -C opt-level=2 -C target-cpu=znver3"
## Linker flags
LDFLAGS="-Wl,-O2 -Wl,--strip-all"