Skip to content

Commit f828508

Browse files
author
arch
committed
improve ofs build
1 parent a6da489 commit f828508

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contrib/OpenFunscripter/openfunscripter_setup_linux.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ echo ">> Build OFS"
3131
rm -rf build
3232
mkdir -p build
3333
pushd build
34-
cmake ..
34+
cmake -DCMAKE_BUILD_TYPE=Release ..
3535
make -j$(expr $(nproc) \+ 1)
3636
popd # build
3737
popd # $OFS_DIR

0 commit comments

Comments
 (0)