Remove unnecessary periods in section title comments.

This commit is contained in:
inference 2022-12-29 09:39:54 +00:00
parent 7258d8e64f
commit f1201ec377

View File

@ -3,13 +3,13 @@
# Copyright 2022-2023 Inference # Copyright 2022-2023 Inference
# SPDX-License-Identifier: BSD-3-Clause-Clear # SPDX-License-Identifier: BSD-3-Clause-Clear
# Version: 0.0.0.0 # Version: 0.0.1.1
# Flags. # Flags
## Compiler flags. ## Compiler flags
CFLAGS="-march=znver3 -O2 -pipe -U__gnu_linux__" CFLAGS="-march=znver3 -O2 -pipe -U__gnu_linux__"
CXXFLAGS="-march=znver3 -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"