Use RelWithDebInfo for OpenAL on Windows.

This commit is contained in:
John Preston 2020-10-29 14:25:30 +03:00
parent 48dad5f477
commit 06ee21041d
1 changed files with 1 additions and 1 deletions

View File

@ -118,7 +118,7 @@ Open **x86 Native Tools Command Prompt for VS 2019.bat**, go to ***BuildPath***
-D LIBTYPE:STRING=STATIC ^
-D FORCE_STATIC_VCRT=ON
msbuild OpenAL.vcxproj /property:Configuration=Debug
msbuild OpenAL.vcxproj /property:Configuration=Release
msbuild OpenAL.vcxproj /property:Configuration=RelWithDebInfo
cd ..\..
git clone https://github.com/google/breakpad