From 0ca48ff21c7e12820f334e9707fb5518e20be268 Mon Sep 17 00:00:00 2001 From: Frank Denis Date: Wed, 24 Apr 2013 11:48:51 -0700 Subject: [PATCH] Tweak msys flags --- dist-build/msys.sh | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/dist-build/msys.sh b/dist-build/msys.sh index d30d6102..7b5ea3c3 100755 --- a/dist-build/msys.sh +++ b/dist-build/msys.sh @@ -1,5 +1,4 @@ #! /bin/sh -export CFLAGS="-Os -march=pentium2 -mtune=nocona" - -./configure --disable-ssp && make -j3 +export CFLAGS="-O3 -fomit-frame-pointer -march=pentium2 -mtune=nocona" +./configure --disable-ssp && make && make check