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-gcc-lto
2021-07-27 06:13:36 +03:00

9 lines
160 B
Plaintext

CC="gcc"
CXX="g++"
CFLAGS="-flto=16 -march=native -O2 -pipe"
CXXFLAGS="${CFLAGS}"
LDFLAGS="-Wl,-O2 -Wl,--as-needed"
AR="gcc-ar"
NM="gcc-nm"
RANLIB="gcc-ranlib"