diff --git a/portage/env/basic.conf b/portage/env/basic.conf index bab37d0..489998e 100644 --- a/portage/env/basic.conf +++ b/portage/env/basic.conf @@ -3,13 +3,12 @@ # Copyright 2022-2023 Inference # SPDX-License-Identifier: BSD-3-Clause-Clear -# Version: 0.0.1.1 +# Version: 0.0.2.2 # Flags ## Compiler flags CFLAGS="-march=znver3 -O2 -pipe -U__gnu_linux__" CXXFLAGS="-march=znver3 -O2 -pipe" - ## Linker flags LDFLAGS="-fuse-ld=lld -rtlib=compiler-rt -unwindlib=libunwind"