6 lines
101 B
Bash
6 lines
101 B
Bash
|
#! /bin/sh
|
||
|
|
||
|
export CFLAGS="-Os -march=pentium2 -mtune=nocona"
|
||
|
|
||
|
./configure --disable-ssp && make -j3
|