add the release flag

This commit is contained in:
Kevin Yue 2021-09-19 13:53:12 +08:00
parent f9d19e20d2
commit f757cdb8ca

View File

@ -1,6 +1,6 @@
#!/bin/bash -e
./cmakew -B build
./cmakew -B build -DCMAKE_BUILD_TYPE=Release
MAKEFLAGS=-j$(nproc) ./cmakew --build build
sudo ./cmakew --install build