This repository has been archived on 2021-10-30. You can view files and clone it, but cannot push or open issues or pull requests.
Files
portage/env/compiler-clang
2021-07-27 06:13:36 +03:00

9 lines
223 B
Plaintext

CC="clang"
CXX="clang++"
CFLAGS="${CFLAGS} -flto=thin"
CXXFLAGS="${CXXFLAGS} -flto=thin"
LDFLAGS="-Wl,-O2 -Wl,--as-needed -fuse-ld=lld -rtlib=compiler-rt -unwindlib=libunwind"
AR="llvm-ar"
NM="llvm-nm"
RANLIB="llvm-ranlib"