Skip to content

Commit 84af002

Browse files
committed
Revert "win-build.bat: Default configuration should be 'Debug'"
This reverts commit 7695025.
1 parent baad050 commit 84af002

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

win-build.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ if not exist %MSBUILDPATH% (
2020
)
2121
echo Found MSBuild at: %MSBUILDPATH%
2222

23-
set BUILD_CONFIGURATION=Debug
23+
set BUILD_CONFIGURATION=Release
2424
set BUILD_PLATFORM=Win32
2525

2626
rem Read configuration (1st parameter)

0 commit comments

Comments
 (0)