summaryrefslogtreecommitdiff
path: root/build/bcmake
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2013-04-20 17:52:32 +0300
committerAndrei Karas <akaras@inbox.ru>2013-04-20 17:52:32 +0300
commitaf04f2dba2ba62b5e245e1151c5bfaf95f1e2b37 (patch)
tree3823dadb7613377db5fcc8151342aa199dde97b8 /build/bcmake
parent1e9b7c519953c73c6e5ca4ce2169eb674267c115 (diff)
downloadmv-af04f2dba2ba62b5e245e1151c5bfaf95f1e2b37.tar.gz
mv-af04f2dba2ba62b5e245e1151c5bfaf95f1e2b37.tar.bz2
mv-af04f2dba2ba62b5e245e1151c5bfaf95f1e2b37.tar.xz
mv-af04f2dba2ba62b5e245e1151c5bfaf95f1e2b37.zip
add flag -funsafe-loop-optimizations to build files.
Diffstat (limited to 'build/bcmake')
-rwxr-xr-xbuild/bcmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/bcmake b/build/bcmake
index 7ca730035..6c6b392ff 100755
--- a/build/bcmake
+++ b/build/bcmake
@@ -4,7 +4,7 @@ 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 -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