Compare Pastes
Differences between the pastes
#127473 (09.10.2019 20:53)
and
#266488 (05.11.2022 03:52).
1 | #--------------------------- | |
1 | Thousands Relocated From Kherson as Ukrainians Close InThe New York Times plsHelpUkraine11202205 | |
2 | # Basic build options | |
3 | #--------------------------- | |
4 | # Update either from binary packages (by default) or from source. | |
5 | #FEATURES="-getbinpkg" | |
6 | ||
7 | # Emerge will ignore matching binary packages. A space separated list of packags | |
8 | # names or slot atoms. | |
9 | #USEPKG_EXCLUDE="--usepkg-exclude=''" | |
10 | ||
11 | # Number of packages to build simultaneously. | |
12 | #EMERGE_JOBS="--jobs=1" | |
13 | ||
14 | EMERGE_DEFAULT_OPTS="${EMERGE_DEFAULT_OPTS} ${USEPKG_EXCLUDE} ${EMERGE_JOBS}" | |
15 | VIDEO_CARDS="amdgpu radeonsi" | |
16 | #------------------------- | |
17 | # Compiler options | |
18 | #------------------------- | |
19 | # Number of parallel processes run when installing a package. | |
20 | MAKEOPTS="-j9" | |
21 | ||
22 | # Additional options that will be passed to the compiler. The '-march=native' flag | |
23 | # tells it to optimize code generation for your specific hardware. | |
24 | #CFLAGS="-O2 -march=native -pipe" | |
25 | #CXXFLAGS="${CFLAGS}" | |
26 | # |