diff options
Diffstat (limited to 'build/bcmake')
-rwxr-xr-x | build/bcmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/bcmake b/build/bcmake index d81499e0a..3b76f679a 100755 --- a/build/bcmake +++ b/build/bcmake @@ -3,7 +3,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" +export CXXFLAGS="-Wall -O3 -flto -fwhole-program -ffast-math -funswitch-loops -std=gnu++0x" cmake -DCMAKE_TOOLCHAIN_FILE=build/toolchain.cmake . 2>build/make1.log make -j5 VERBOSE=1 2>>build/make.log |