Fix RUSTFLAGS target CPU architecture.
This commit is contained in:
parent
9e622168c7
commit
89081a825d
4
desktop/portage/env/basic.conf
vendored
4
desktop/portage/env/basic.conf
vendored
@ -4,13 +4,13 @@
|
||||
# Copyright 2023 Jake Winters
|
||||
# SPDX-License-Identifier: GPL-3.0-or-later
|
||||
|
||||
# Version: 1.0.0.1
|
||||
# Version: 2.0.0.2
|
||||
|
||||
|
||||
# Flags
|
||||
## Compiler flags
|
||||
CFLAGS="-march=znver3 -mtune=znver3 -O2 -pipe"
|
||||
CXXFLAGS="-march=znver3 -mtune=znver3 -O2 -pipe"
|
||||
RUSTFLAGS="-C debuginfo=0 -C target-cpu=znver1"
|
||||
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