Add file purpose. Switch license from BSD-3-Clause-Clear to GPL-3.0-or-later. Remove -U__gnu_linux__ CFLAG.

This commit is contained in:
inference 2023-01-24 09:09:44 +00:00
parent c8506749a7
commit c30e2bb756
Signed by: inference
SSH Key Fingerprint: SHA256:9Pl0nZ2UJacgm+IeEtLSZ4FOESgP1eKCtRflfPfdX9M

15
portage/env/basic.conf vendored Normal file
View File

@ -0,0 +1,15 @@
# Inferencium
# Portage - env - GCC - Basic
# Copyright 2022-2023 Inference
# SPDX-License-Identifier: GPL-3.0-or-later
# Version: 4.0.0.6
# Flags
## Compiler flags
CFLAGS="-march=znver3 -mtune=znver3 -O2 -pipe"
CXXFLAGS="-march=znver3 -mtune=znver3 -O2 -pipe"
## Linker flags
LDFLAGS="-Wl,-O2 -Wl,--strip-all"