From 79aba82be3de5b6b571e2f59f7a34ded4b03160f Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Fri, 15 Jun 2012 18:35:03 +0300 Subject: Add profile build to windows version. Change mingw dirs. --- build/bcmake | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'build/bcmake') diff --git a/build/bcmake b/build/bcmake index e4ac00022..d81499e0a 100755 --- a/build/bcmake +++ b/build/bcmake @@ -2,8 +2,8 @@ cd .. -#export PATH=/usr/i586-mingw32msvc/bin:$PATH -export CXXFLAGS="-Wall -g1 -O3 -static-libstdc++" +export PATH=/home/mingw/cross/i686-w64-mingw32/bin:/home/mingw/cross/bin:$PATH +export CXXFLAGS="-Wall -O3 -flto -fwhole-program -ffast-math -funswitch-loops" cmake -DCMAKE_TOOLCHAIN_FILE=build/toolchain.cmake . 2>build/make1.log make -j5 VERBOSE=1 2>>build/make.log -- cgit v1.2.3-70-g09d2