summaryrefslogtreecommitdiff
path: root/build/bcmake
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2013-06-02 13:30:43 +0300
committerAndrei Karas <akaras@inbox.ru>2013-06-02 14:18:50 +0300
commitd720737e3bad76f1e6fe3483688f3534196008ae (patch)
tree2177c14392ef24f23261f299198f6326e67be788 /build/bcmake
parentcce216b983ed4e36869046e7c537f47d34734340 (diff)
downloadmv-d720737e3bad76f1e6fe3483688f3534196008ae.tar.gz
mv-d720737e3bad76f1e6fe3483688f3534196008ae.tar.bz2
mv-d720737e3bad76f1e6fe3483688f3534196008ae.tar.xz
mv-d720737e3bad76f1e6fe3483688f3534196008ae.zip
improve windows build compilation flags.
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 6c6b392ff..b6c36a41d 100755
--- a/build/bcmake
+++ b/build/bcmake
@@ -3,8 +3,8 @@
cd ..
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 -std=gnu++0x"
-export CXXFLAGS="-Wall -O5 -g1 -ffast-math -funswitch-loops -funsafe-loop-optimizations -std=gnu++0x"
+export CXXFLAGS="-Wall -O5 -flto -fwhole-program -ffast-math -funswitch-loops -funsafe-loop-optimizations -std=gnu++0x"
+#export CXXFLAGS="-Wall -O5 -g1 -ffast-math -funswitch-loops -funsafe-loop-optimizations -std=gnu++0x"
cmake -DCMAKE_TOOLCHAIN_FILE=build/toolchain.cmake . 2>build/make1.log
make -j5 VERBOSE=1 2>>build/make.log