Skip to content

Commit 098cac9

Browse files
committed
[skip ci] Update static lib
1 parent 4125510 commit 098cac9

6 files changed

Lines changed: 1 addition & 1 deletion

File tree

0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
643 KB
Binary file not shown.

CollapseLauncher/StaticLib/buildScript/build_staticlib.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
:: set Toolchain=-T ClangCL
44
set Toolchain=-T ClangCL
55
:: Either can be Release (/O2 /Ob2), MinSizeRel (/O1 /Ob1) or RelWithDebInfo (/O2 /Ob1 /Zi)
6-
set BuildType=MinSizeRel
6+
set BuildType=Release
77
set OutputDir=%~dp0..\
88
set RuntimeLibrary=MultiThreaded
99

0 commit comments

Comments
 (0)