Revert "Switch optimize compiler flag from short-form to long-form to comply with non-interactive code using long-form in configuration files."
Commits applied to incorrect branch. This reverts commit 242a6ff61f93ffff67d955b0cda6de923ae6e605.
This commit is contained in:
parent
d3eeea1ee2
commit
8b79d5cf21
6
desktop/portage/env/basic.conf
vendored
6
desktop/portage/env/basic.conf
vendored
@ -4,13 +4,13 @@
|
||||
# Copyright 2023 Jake Winters
|
||||
# SPDX-License-Identifier: BSD-3-Clause-Clear
|
||||
|
||||
# Version: 4.0.1.5
|
||||
# Version: 4.0.0.4
|
||||
|
||||
|
||||
# Flags
|
||||
## Compiler flags
|
||||
CFLAGS="-march=znver3 -mtune=znver3 --optimize=2 -pipe"
|
||||
CXXFLAGS="-march=znver3 -mtune=znver3 --optimize=2 -pipe"
|
||||
CFLAGS="-march=znver3 -mtune=znver3 -O2 -pipe"
|
||||
CXXFLAGS="-march=znver3 -mtune=znver3 -O2 -pipe"
|
||||
RUSTFLAGS="-C debuginfo=0 -C opt-level=2 -C target-cpu=znver3"
|
||||
## Linker flags
|
||||
LDFLAGS="-Wl,-O2 -Wl,--strip-all"
|
||||
|
Loading…
x
Reference in New Issue
Block a user