Updated: Wed Sep 22 10:48:29 AM CEST 2021

This commit is contained in:
2021-09-22 10:48:29 +02:00
parent f41b12fbe8
commit 704bcab096
13 changed files with 5437 additions and 88 deletions

6
env/temp.conf vendored Normal file
View File

@ -0,0 +1,6 @@
COMMON_FLAGS="-march=native -O3 -pipe -fno-strict-aliasing"
LDFLAGS="${LDFLAGS} -Wl,--defsym=__gentoo_check_ldflags__=0"
CFLAGS="${COMMON_FLAGS}"
CXXFLAGS="${COMMON_FLAGS}"
FCFLAGS="${COMMON_FLAGS}"
FFLAGS="${COMMON_FLAGS}"