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.
2 parents b4ad4c0 + eb832cd commit 23815eeCopy full SHA for 23815ee
build_msvc/common.init.vcxproj
@@ -73,6 +73,7 @@
73
<PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
74
<SDLCheck>true</SDLCheck>
75
<RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
76
+ <AdditionalOptions>/bigobj %(AdditionalOptions)</AdditionalOptions>
77
</ClCompile>
78
</ItemDefinitionGroup>
79
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
@@ -94,6 +95,7 @@
94
95
96
97
98
99
100
101
0 commit comments