Skip to content

Commit 1e1cc98

Browse files
committed
Building on Windows.
1 parent c7df155 commit 1e1cc98

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

vsprojects/support/support.vcxproj

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,9 @@
210210
<ClCompile Include="..\..\src\support\container-file.cc" />
211211
<ClCompile Include="..\..\src\support\ffmpeg-audio-file.cc" />
212212
<ClCompile Include="..\..\src\support\file.cc" />
213-
<ClCompile Include="..\..\src\support\gnu-c++-demangler.cc" />
213+
<ClCompile Include="..\..\src\support\gnu-c++-demangler.cc">
214+
<AdditionalOptions Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">/bigobj %(AdditionalOptions)</AdditionalOptions>
215+
</ClCompile>
214216
<ClCompile Include="..\..\src\support\md5.cc" />
215217
<ClCompile Include="..\..\src\support\mem4g.cc" />
216218
<ClCompile Include="..\..\src\support\sharedmem-unix.cc" />

0 commit comments

Comments
 (0)