diff --git a/portage/env/basic.conf b/portage/env/basic.conf new file mode 100644 index 0000000..83cca31 --- /dev/null +++ b/portage/env/basic.conf @@ -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"