mirror of
https://git.adityakumar.xyz/portage-config-clang.git
synced 2024-11-09 16:19:45 +00:00
35 lines
1 KiB
Text
35 lines
1 KiB
Text
# These settings were set by the catalyst build script that automatically
|
|
# built this stage.
|
|
# Please consult /usr/share/portage/config/make.conf.example for a more
|
|
# detailed example.
|
|
COMMON_FLAGS="-march=native -O2 -pipe -flto"
|
|
CFLAGS="${CFLAGS} ${COMMON_FLAGS}"
|
|
CXXFLAGS="${CXXFLAGS} ${COMMON_FLAGS}"
|
|
FCFLAGS="${COMMON_FLAGS}"
|
|
FFLAGS="${COMMON_FLAGS}"
|
|
MAKEOPTS="-j5"
|
|
|
|
CC="clang"
|
|
CXX="clang++"
|
|
AR="llvm-ar"
|
|
NM="llvm-nm"
|
|
RANLIB="llvm-ranlib"
|
|
|
|
CMAKE_MAKEFILE_GENERATOR="ninja"
|
|
|
|
# NOTE: This stage was built with the bindist Use flag enabled
|
|
PORTDIR="/var/db/repos/gentoo"
|
|
DISTDIR="/var/cache/distfiles"
|
|
PKGDIR="/var/cache/binpkgs"
|
|
|
|
# This sets the language of build output to English.
|
|
# Please keep this setting intact when reporting bugs.
|
|
LC_MESSAGES=C
|
|
|
|
GENTOO_MIRRORS="http://mirrors.aliyun.com/gentoo/ rsync://mirror.eu.oneandone.net/gentoo/ ftp://ftp.fau.de/gentoo http://gentoo.osuosl.org/"
|
|
|
|
# License
|
|
ACCEPT_LICENSE="@FREE @EULA @BINARY-REDISTRIBUTABLE"
|
|
|
|
USE="clang X elogind -bluetooth -systemd savedconfig libinput"
|
|
INPUT_DEVICES="libinput"
|