From 79797325d57697c6cb2798d23c42d331d1618374 Mon Sep 17 00:00:00 2001 From: inference Date: Thu, 29 Dec 2022 10:30:31 +0000 Subject: [PATCH] Update copyright year range in preparation for 2023. Switch to SPDX license formatting. Improve comments. --- portage/env/malloc-basic.conf | 16 +++++++--------- 1 file changed, 7 insertions(+), 9 deletions(-) diff --git a/portage/env/malloc-basic.conf b/portage/env/malloc-basic.conf index 8e2ec03..52a4dc7 100644 --- a/portage/env/malloc-basic.conf +++ b/portage/env/malloc-basic.conf @@ -1,18 +1,16 @@ # Portage - env - Clang - Malloc, Basic -# Copyright 2022 Inference -# License: BSD 3-Clause Clear +# Copyright 2022-2023 Inference +# SPDX-License-Identifier: BSD-3-Clause-Clear -# 0.0.1.1 +# Version: 0.0.2.2 -# Flags. -## Hardening flags. +# Flags +## Hardening flags LD_SEC="-L/usr/local/lib -lhardened_malloc" - -## Compiler 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 ${LD_SEC}"