Compare Pastes

Differences between the pastes #137175 (29.06.2020 09:58) and #168869 (18.03.2021 09:27).
1
# These settings were set by the catalyst build script that automatically
2
# built this stage.
3
# Please consult /usr/share/portage/config/make.conf.example for a more
4
# detailed example.
5
COMMON_FLAGS="-O2 -pipe -march=native"
6
#COMMON_FLAGS="-O3 -pipe -march=native" #-march=native et -O3 pour Ryzen mais aucune amélio
7
CFLAGS="${COMMON_FLAGS}"
8
CXXFLAGS="${COMMON_FLAGS}"
9
FCFLAGS="${COMMON_FLAGS}"
10
FFLAGS="${COMMON_FLAGS}"
11
12
# NOTE: This stage was built with the bindist Use flag enabled
13
PORTDIR="/var/db/repos/gentoo"
14
DISTDIR="/var/cache/distfiles"
15
PKGDIR="/var/cache/binpkgs"
16
17
# This sets the language of build output to English.
18
# Please keep this setting intact when reporting bugs.
19
LC_MESSAGES=C
20
21
USE="python alsa pulseaudio networkmanager"
22
MAKEOPTS="-j12" # 12 car j'ai 12 cœurs : nb cœurs+1
23
LINGUAS="fr" #Langue (anciennement)
24
L10N="fr" #Langue
25
VIDEO_CARDS="fbdev vesa radeon amdgpu radeonsi" #Cartes graphiques, choisir les cartes adéquats. Garder fbdev (framebuffer) et vesa (générique)
26
EMERGE_DEFAULT_OPTS="${EMERGE_DEFAULT_OPTS} --quiet-build=y" # Pour ne pas avoir la compilation verbeuse
27
28
INPUT_DEVICES="libinput synaptics"
29