Skip to content

Commit a5e3457

Browse files
build_for_develop.bat use BUILD_TYPE=Release
1 parent 02cef01 commit a5e3457

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/build_for_develop.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ if defined USE_GTEST (
3232
set "_GTEST_LIB_DIR="
3333
)
3434
cmake -G Ninja ^
35-
-DCMAKE_BUILD_TYPE=Debug ^
35+
-DCMAKE_BUILD_TYPE=Release ^
3636
"-DCMAKE_CXX_FLAGS=-Wno-unused-function /EHa" ^
3737
"-DCMAKE_INSTALL_PREFIX=%INSTALL_PREFIX%" ^
3838
"-DCMAKE_PREFIX_PATH=%INSTALL_PREFIX%" ^

0 commit comments

Comments
 (0)