Paste #127473 |
pasted on 09.10.2019 20:53
- Edit to this paste
- Raw
- The following pastes replied to this paste: # 266488
- Show paste tree
-
Compare with paste
#
Text paste
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 | #--------------------------- # Basic build options #--------------------------- # Update either from binary packages (by default) or from source. #FEATURES="-getbinpkg" # Emerge will ignore matching binary packages. A space separated list of packags # names or slot atoms. #USEPKG_EXCLUDE="--usepkg-exclude=''" # Number of packages to build simultaneously. #EMERGE_JOBS="--jobs=1" EMERGE_DEFAULT_OPTS="${EMERGE_DEFAULT_OPTS} ${USEPKG_EXCLUDE} ${EMERGE_JOBS}" VIDEO_CARDS="amdgpu radeonsi" #------------------------- # Compiler options #------------------------- # Number of parallel processes run when installing a package. MAKEOPTS="-j9" # Additional options that will be passed to the compiler. The '-march=native' flag # tells it to optimize code generation for your specific hardware. #CFLAGS="-O2 -march=native -pipe" #CXXFLAGS="${CFLAGS}" # : |