summaryrefslogtreecommitdiff
path: root/build/bcmake
blob: d81499e0a36e9a1e9612fbd847850a0c4c768a5f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
#!/bin/bash

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"
cmake -DCMAKE_TOOLCHAIN_FILE=build/toolchain.cmake . 2>build/make1.log

make -j5 VERBOSE=1 2>>build/make.log