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-08-20 12:33:19 +03:00

9 lines
156 B
Plaintext

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