diff options
Diffstat (limited to 'mp.conf')
| -rw-r--r-- | mp.conf | 4 |
1 files changed, 4 insertions, 0 deletions
| diff --git a/mp.conf b/mp.conf new file mode 100644 index 0000000..7132cfb --- /dev/null +++ b/mp.conf | |||
| @@ -0,0 +1,4 @@ | |||
| 1 | export CFLAGS="-march=native -mtune=native -O2 -g0 -s -pipe -flto" | ||
| 2 | export LDFLAGS="-O2 -s -flto" | ||
| 3 | export CC="gcc" | ||
| 4 | export LD="ld" | ||
