We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c7df155 commit 1e1cc98Copy full SHA for 1e1cc98
vsprojects/support/support.vcxproj
@@ -210,7 +210,9 @@
210
<ClCompile Include="..\..\src\support\container-file.cc" />
211
<ClCompile Include="..\..\src\support\ffmpeg-audio-file.cc" />
212
<ClCompile Include="..\..\src\support\file.cc" />
213
- <ClCompile Include="..\..\src\support\gnu-c++-demangler.cc" />
+ <ClCompile Include="..\..\src\support\gnu-c++-demangler.cc">
214
+ <AdditionalOptions Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">/bigobj %(AdditionalOptions)</AdditionalOptions>
215
+ </ClCompile>
216
<ClCompile Include="..\..\src\support\md5.cc" />
217
<ClCompile Include="..\..\src\support\mem4g.cc" />
218
<ClCompile Include="..\..\src\support\sharedmem-unix.cc" />
0 commit comments