Update system "aa000-0" Portage env "GCC - No LTO" from version 8.0.2.14 to 10.0.0-beta.1+20
This commit is contained in:
parent
95e4e37e47
commit
cc7f9a8e0e
13
aa000-0/portage/env/gcc-nolto.conf
vendored
13
aa000-0/portage/env/gcc-nolto.conf
vendored
@ -1,19 +1,18 @@
|
|||||||
# Inferencium - aa000-0
|
# Inferencium - aa000-0
|
||||||
# Portage - env - GCC - No LTO
|
# Portage - env - GCC - No LTO
|
||||||
|
|
||||||
# Copyright 2022-2023 Jake Winters
|
# Copyright 2022 Jake Winters
|
||||||
# SPDX-License-Identifier: BSD-3-Clause-Clear
|
# SPDX-License-Identifier: BSD-3-Clause
|
||||||
|
|
||||||
# Version: 8.0.2.14
|
# Version: 10.0.0-beta.1+20
|
||||||
|
|
||||||
|
|
||||||
# Flags
|
# Flags
|
||||||
# Hardening flags
|
# Hardening flags
|
||||||
C_SEC="-fstack-clash-protection -fstack-protector-strong -ftrivial-auto-var-init=zero -fwrapv"
|
C_SEC="-fcf-protection=full -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
|
## Compiler flags
|
||||||
CFLAGS="-march=znver3 -mtune=znver3 --optimize=2 -pipe ${C_SEC}"
|
CFLAGS="-march=znver3 -mtune=znver3 -O2 -pipe ${C_SEC}"
|
||||||
CXXFLAGS="-march=znver3 -mtune=znver3 --optimize=2 -pipe ${C_SEC}"
|
CXXFLAGS="-march=znver3 -mtune=znver3 -O2 -pipe ${C_SEC}"
|
||||||
RUSTFLAGS="-C debuginfo=0 -C opt-level=2 -C target-cpu=znver3"
|
RUSTFLAGS="-C debuginfo=0 -C opt-level=2 -C target-cpu=znver3"
|
||||||
## Linker flags
|
## Linker flags
|
||||||
LDFLAGS="-Wl,-O2 -Wl,--strip-all ${LD_SEC}"
|
LDFLAGS="-Wl,-O2 -Wl,--strip-all ${LD_SEC}"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user