Add RUSTFLAGS.
This commit is contained in:
parent
9dad2a82ea
commit
fb6041a567
3
portage/env/nolto.conf
vendored
3
portage/env/nolto.conf
vendored
@ -4,12 +4,13 @@
|
|||||||
# Copyright 2022-2023 Inference
|
# Copyright 2022-2023 Inference
|
||||||
# SPDX-License-Identifier: GPL-3.0-or-later
|
# SPDX-License-Identifier: GPL-3.0-or-later
|
||||||
|
|
||||||
# Version: 5.0.0.8
|
# Version: 6.0.0.9
|
||||||
|
|
||||||
|
|
||||||
# Flags
|
# Flags
|
||||||
## Compiler flags
|
## Compiler flags
|
||||||
CFLAGS="-march=znver3 -mtune=znver3 -O2 -pipe"
|
CFLAGS="-march=znver3 -mtune=znver3 -O2 -pipe"
|
||||||
CXXFLAGS="-march=znver3 -mtune=znver3 -O2 -pipe"
|
CXXFLAGS="-march=znver3 -mtune=znver3 -O2 -pipe"
|
||||||
|
RUSTFLAGS="-C debuginfo=0 -C target-cpu=znver3"
|
||||||
## Linker flags
|
## Linker flags
|
||||||
LDFLAGS="-Wl,-O2 -Wl,--strip-all"
|
LDFLAGS="-Wl,-O2 -Wl,--strip-all"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user