diff options
| author | Druid520 <r.ustydruid520@proton.me> | 2026-08-11 22:56:51 -0700 |
|---|---|---|
| committer | Druid520 <r.ustydruid520@proton.me> | 2026-08-11 22:56:51 -0700 |
| commit | f7bf25d329023f2e37ec22294a2f5e6cef3754a5 (patch) | |
| tree | e3dc44c472a0e52fedc268b0e56e865f3f77f5da | |
| parent | 23de29837f0f985ff0789e2cecc8ab03d6717ba5 (diff) | |
ADD: 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" | ||
