summary refs log tree commit diff
path: root/mp.conf
diff options
context:
space:
mode:
authorDruid520 <r.ustydruid520@proton.me>2026-08-11 22:56:51 -0700
committerDruid520 <r.ustydruid520@proton.me>2026-08-11 22:56:51 -0700
commitf7bf25d329023f2e37ec22294a2f5e6cef3754a5 (patch)
treee3dc44c472a0e52fedc268b0e56e865f3f77f5da /mp.conf
parent23de29837f0f985ff0789e2cecc8ab03d6717ba5 (diff)
ADD: mp.conf
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"