Change microarchitecture from Zen 1 to Zen 3 due to CPU architecture change.
This commit is contained in:
parent
20044eb6a4
commit
e7bf56fc61
4
portage/env/chromium.conf
vendored
4
portage/env/chromium.conf
vendored
@ -1,6 +1,6 @@
|
|||||||
## Compiler flags.
|
## Compiler flags.
|
||||||
CFLAGS="-march=znver1 -O2 -pipe -U__gnu_linux__"
|
CFLAGS="-march=znver3 -O2 -pipe -U__gnu_linux__"
|
||||||
CXXFLAGS="-march=znver1 -O2 -pipe"
|
CXXFLAGS="-march=znver3 -O2 -pipe"
|
||||||
|
|
||||||
## Linker flags.
|
## Linker flags.
|
||||||
LDFLAGS="-fuse-ld=lld -rtlib=compiler-rt -unwindlib=libunwind"
|
LDFLAGS="-fuse-ld=lld -rtlib=compiler-rt -unwindlib=libunwind"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user