Skip to content

Commit 7695025

Browse files
committed
win-build.bat: Default configuration should be 'Debug'
1 parent 9fc3d98 commit 7695025

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=Release
23+
set BUILD_CONFIGURATION=Debug
2424
set BUILD_PLATFORM=Win32
2525

2626
rem Read configuration (1st parameter)

0 commit comments

Comments
 (0)