From f1201ec3774406ea276cbb13c3907969228922cd Mon Sep 17 00:00:00 2001 From: inference Date: Thu, 29 Dec 2022 09:39:54 +0000 Subject: [PATCH] Remove unnecessary periods in section title comments. --- portage/env/basic.conf | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/portage/env/basic.conf b/portage/env/basic.conf index 577b7fc..bab37d0 100644 --- a/portage/env/basic.conf +++ b/portage/env/basic.conf @@ -3,13 +3,13 @@ # Copyright 2022-2023 Inference # SPDX-License-Identifier: BSD-3-Clause-Clear -# Version: 0.0.0.0 +# Version: 0.0.1.1 -# Flags. -## Compiler flags. +# Flags +## Compiler flags CFLAGS="-march=znver3 -O2 -pipe -U__gnu_linux__" CXXFLAGS="-march=znver3 -O2 -pipe" -## Linker flags. +## Linker flags LDFLAGS="-fuse-ld=lld -rtlib=compiler-rt -unwindlib=libunwind"