Add catalyst config files to the repo.
This commit is contained in:
parent
03e144c346
commit
663e729e4d
24 changed files with 164 additions and 0 deletions
7
config/old/amd64-hardened.env
Normal file
7
config/old/amd64-hardened.env
Normal file
|
@ -0,0 +1,7 @@
|
|||
export CFLAGS="-O2 -pipe"
|
||||
export CXXFLAGS="${CFLAGS}"
|
||||
export CHOS="x86_64-pc-linux-gnu"
|
||||
export GENTOO_MIRRORS="http://gentoo.osuosl.org/"
|
||||
export MAKEOPTS="-j3"
|
||||
# Jorge Vicetto - testing for hardened builds
|
||||
#export MAKEOPTS="-j6"
|
Loading…
Add table
Add a link
Reference in a new issue