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 d1974af commit d26fbceCopy full SHA for d26fbce
build.sh
@@ -15,6 +15,6 @@ fi
15
16
mkdir -p "$ROOT_DIR/build"
17
pushd "$ROOT_DIR/build"
18
- cmake ..
+ cmake -DCMAKE_BUILD_TYPE=Release ..
19
make install -j$PARALLEL
20
popd
0 commit comments