Skip to content

Commit

Permalink
Increase compiler memory limit
Browse files Browse the repository at this point in the history
  • Loading branch information
RecursiveVision committed Sep 12, 2023
1 parent 85b6a82 commit b1b96e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CvGameCoreDLL_Expansion2/VoxPopuli.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
<PrecompiledHeader>Use</PrecompiledHeader>
<PrecompiledHeaderFile>CvGameCoreDLLPCH.h</PrecompiledHeaderFile>
<Optimization>Full</Optimization>
<AdditionalOptions>/Zm211 %(AdditionalOptions)</AdditionalOptions>
<AdditionalOptions>/Zm246 %(AdditionalOptions)</AdditionalOptions>
<WholeProgramOptimization>true</WholeProgramOptimization>
</ClCompile>
<Link>
Expand Down

0 comments on commit b1b96e9

Please sign in to comment.