9 lines
325 B
Plaintext
9 lines
325 B
Plaintext
CFLAGS="-O2 -pipe"
|
|
CXXFLAGS="-O2 -pipe"
|
|
USE="hardened justify pie ssp urandom xattr -fortran -jit -orc -pch -pic -prelink -profile -tcc"
|
|
MAKEOPTS="-j5"
|
|
# privacyIDEA/wsgi braucht Python2.7, Python3.6 ist default im aktuellen stage3
|
|
PYTHON_TARGETS="python2_7 python3_6"
|
|
##PYTHON_SINGLE_TARGET="python2_7"
|
|
VIDEO_CARDS="vmware"
|