installdeps: add -DCMAKE_BUILD_TYPE=Release
Add -DCMAKE_BUILD_TYPE=Release to cmake invocation in build instructions in installdeps. Signed-off-by: Rafael Kitover <rkitover@gmail.com>
This commit is contained in:
parent
8c1ebf4d59
commit
8caea3ae6c
|
@ -1230,7 +1230,7 @@ build_instructions() {
|
|||
|
||||
$pre_build
|
||||
mkdir build && cd build
|
||||
$CMAKE .. $cmake_flags -G Ninja
|
||||
$CMAKE .. -DCMAKE_BUILD_TYPE=Release $cmake_flags -G Ninja
|
||||
ninja
|
||||
$post_build
|
||||
|
||||
|
|
Loading…
Reference in New Issue