Update Portage GCC env to version 1.0.2.3.
This commit is contained in:
parent
e8c5ad4de8
commit
ce20709c67
8
desktop/portage/env/gcc.conf
vendored
8
desktop/portage/env/gcc.conf
vendored
@ -1,10 +1,10 @@
|
||||
# Inferencium
|
||||
# Inferencium - aa000-0
|
||||
# Portage - env - GCC
|
||||
|
||||
# Copyright 2023 Jake Winters
|
||||
# SPDX-License-Identifier: BSD-3-Clause-Clear
|
||||
|
||||
# Version: 1.0.0.1
|
||||
# Version: 1.0.2.3
|
||||
|
||||
|
||||
# Flags
|
||||
@ -12,8 +12,8 @@
|
||||
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="-flto=4 -march=znver3 -mtune=znver3 -O2 -pipe ${C_SEC}"
|
||||
CXXFLAGS="-flto=4 -march=znver3 -mtune=znver3 -O2 -pipe ${C_SEC}"
|
||||
CFLAGS="-flto=4 -march=znver3 -mtune=znver3 --optimize=2 -pipe ${C_SEC}"
|
||||
CXXFLAGS="-flto=4 -march=znver3 -mtune=znver3 --optimize=2 -pipe ${C_SEC}"
|
||||
RUSTFLAGS="-C debuginfo=0 -C lto -C opt-level=2 -C target-cpu=znver3"
|
||||
## Linker flags
|
||||
LDFLAGS="-Wl,-O2 -Wl,--strip-all ${LD_SEC}"
|
||||
|
Loading…
x
Reference in New Issue
Block a user