We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a6da489 commit f828508Copy full SHA for f828508
contrib/OpenFunscripter/openfunscripter_setup_linux.sh
@@ -31,7 +31,7 @@ echo ">> Build OFS"
31
rm -rf build
32
mkdir -p build
33
pushd build
34
-cmake ..
+cmake -DCMAKE_BUILD_TYPE=Release ..
35
make -j$(expr $(nproc) \+ 1)
36
popd # build
37
popd # $OFS_DIR
0 commit comments