Retweak msys compile script

This commit is contained in:
Frank Denis 2013-04-24 11:50:20 -07:00
parent 0ca48ff21c
commit 66c6df11bd

View File

@ -1,4 +1,4 @@
#! /bin/sh
export CFLAGS="-O3 -fomit-frame-pointer -march=pentium2 -mtune=nocona"
./configure --disable-ssp && make && make check
./configure && make && make check && make install