- -fomit-frame-pointer Glibc has a glibc-omitfp USE flag. This makes glibc use -fomit-frame-pointer and some other optimizations for the build where it's safe.)
- If you are using gcc-4.2.2 or newer you can also use -march=native or -mtune=native.
- 64 bit profile (amd64):
CHOST="x86_64-pc-linux-gnu"
CFLAGS="-march=native -mtune=native -O2 -pipe"
CXXFLAGS="${CFLAGS}"
Комментариев нет:
Отправить комментарий