From 06ee21041d7ae4995c78bb81abea3bbd4b4f42d3 Mon Sep 17 00:00:00 2001 From: John Preston Date: Thu, 29 Oct 2020 14:25:30 +0300 Subject: [PATCH] Use RelWithDebInfo for OpenAL on Windows. --- docs/building-msvc.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/building-msvc.md b/docs/building-msvc.md index 798cade8f..f7d57aa4f 100644 --- a/docs/building-msvc.md +++ b/docs/building-msvc.md @@ -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