From ab64142b551a59b09c5711b9ec31e1061a87d166 Mon Sep 17 00:00:00 2001 From: inference Date: Tue, 24 Jan 2023 09:10:40 +0000 Subject: [PATCH] Add file purpose. Switch license from BSD-3-Clause-Clear to GPL-3.0-or-later. Remove -U__gnu_linux__ CFLAG. --- portage/env/nolto.conf | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/portage/env/nolto.conf b/portage/env/nolto.conf index 40a4fcb..1ce00dd 100644 --- a/portage/env/nolto.conf +++ b/portage/env/nolto.conf @@ -1,15 +1,15 @@ -# Portage - env - Clang - No LTO +# Inferencium +# Portage - env - GCC - No LTO # Copyright 2022-2023 Inference -# SPDX-License-Identifier: BSD-3-Clause-Clear +# SPDX-License-Identifier: GPL-3.0-or-later -# Version: 4.0.0.5 +# Version: 5.0.0.8 # Flags ## Compiler flags -CFLAGS="-march=znver3 -mtune=znver3 -O2 -pipe -U__gnu_linux__" +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="-fuse-ld=lld -rtlib=compiler-rt -unwindlib=libunwind -Wl,--strip-all" +LDFLAGS="-Wl,-O2 -Wl,--strip-all"