diff --git a/build/compile.sh b/build/compile.sh index 227873b..7a82744 100755 --- a/build/compile.sh +++ b/build/compile.sh @@ -10,6 +10,10 @@ trap 'err_handle' ERR set -e +cd ../ +./version.sh +cd build + cmake -DRELEASE_BUILD=1 ../ make -j 2