Add RUSTFLAGS to GCC - Basic env.
This commit is contained in:
parent
89081a825d
commit
a79ee62ad8
3
desktop/portage/env/gcc-basic.conf
vendored
3
desktop/portage/env/gcc-basic.conf
vendored
@ -4,7 +4,7 @@
|
||||
# Copyright 2022-2023 Inference
|
||||
# SPDX-License-Identifier: GPL-3.0-or-later
|
||||
|
||||
# Version: 5.0.0.7
|
||||
# Version: 6.0.0.8
|
||||
|
||||
|
||||
# Toolchain
|
||||
@ -19,5 +19,6 @@ STRIP="strip"
|
||||
## Compiler flags
|
||||
CFLAGS="-march=znver3 -mtune=znver3 -O2 -pipe"
|
||||
CXXFLAGS="-march=znver3 -mtune=znver3 -O2 -pipe"
|
||||
RUSTFLAGS="-C debuginfo=0 -C target-cpu=znver3"
|
||||
## Linker flags
|
||||
LDFLAGS="-Wl,-O2 -Wl,--strip-all"
|
||||
|
Loading…
x
Reference in New Issue
Block a user