upperLowerBounds/buildGuiWin32Release.sh

8 lines
102 B
Bash
Executable File

#!/bin/bash
mkdir build
cd build
i686-w64-mingw32.static-qmake-qt5 CONFIG+=release ..
make -j9
cd ..