diff options
Diffstat (limited to 'build/dcmake')
-rwxr-xr-x | build/dcmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/dcmake b/build/dcmake index 9a1b61a93..96957472a 100755 --- a/build/dcmake +++ b/build/dcmake @@ -3,7 +3,7 @@ cd .. export PATH=/home/mingw/cross/i686-w64-mingw32/bin:/home/mingw/cross/bin:$PATH -export CXXFLAGS="-Wall -g1 -O2 -ffast-math -std=gnu++0x -funswitch-loops -funsafe-loop-optimizations" +export CXXFLAGS="-Wall -g1 -O2 -ffast-math -std=gnu++0x -funswitch-loops -funsafe-loop-optimizations -Wno-attributes" cmake -DCMAKE_TOOLCHAIN_FILE=build/toolchain.cmake . 2>build/make1.log make -j8 VERBOSE=1 2>>build/make.log |