summary refs log tree commit diff
path: root/mp.conf
blob: 7132cfb734a58ae753f2456371193b5dad4412b2 (plain)
1
2
3
4
export CFLAGS="-march=native -mtune=native -O2 -g0 -s -pipe -flto"
export LDFLAGS="-O2 -s -flto"
export CC="gcc"
export LD="ld"