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

10 lines
136 B
Plaintext

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