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:
parent
c8506749a7
commit
c30e2bb756
15
portage/env/basic.conf
vendored
Normal file
15
portage/env/basic.conf
vendored
Normal 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"
|
Loading…
x
Reference in New Issue
Block a user