Remove Game env from hardened configuration.

This commit is contained in:
inference 2022-10-24 22:00:18 +01:00
parent 68c5a3c784
commit 62e44901cb

12
portage/env/game.conf vendored
View File

@ -1,12 +0,0 @@
# Portage env Clang - Game.
# Copyright 2022 Inference
# Flags.
## Compiler flags.
CFLAGS="-march=znver3 -O2 -pipe -U__gnu_linux__"
CXXFLAGS="-march=znver3 -O2 -pipe"
## Linker flags.
LDFLAGS="-fuse-ld=lld -rtlib=compiler-rt -unwindlib=libunwind"