summaryrefslogtreecommitdiff
path: root/build/bcmake
diff options
context:
space:
mode:
Diffstat (limited to 'build/bcmake')
-rwxr-xr-xbuild/bcmake4
1 files changed, 2 insertions, 2 deletions
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