From f7bf25d329023f2e37ec22294a2f5e6cef3754a5 Mon Sep 17 00:00:00 2001 From: Druid520 Date: Tue, 11 Aug 2026 22:56:51 -0700 Subject: ADD: mp.conf --- mp.conf | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 mp.conf (limited to 'mp.conf') diff --git a/mp.conf b/mp.conf new file mode 100644 index 0000000..7132cfb --- /dev/null +++ b/mp.conf @@ -0,0 +1,4 @@ +export CFLAGS="-march=native -mtune=native -O2 -g0 -s -pipe -flto" +export LDFLAGS="-O2 -s -flto" +export CC="gcc" +export LD="ld" -- cgit 1.4.1