summary refs log tree commit diff
path: root/mp.conf
diff options
context:
space:
mode:
Diffstat (limited to 'mp.conf')
-rw-r--r--mp.conf4
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 @@
1export CFLAGS="-march=native -mtune=native -O2 -g0 -s -pipe -flto"
2export LDFLAGS="-O2 -s -flto"
3export CC="gcc"
4export LD="ld"