13
0

When building 'libs/ardour/luabindings/cc' MSVC now requires me to add '/bigobj' to the compiler options

This commit is contained in:
John Emmas 2021-03-06 11:15:39 +00:00
parent b625461132
commit c294932142

View File

@ -690,6 +690,22 @@
<File
RelativePath="..\luabindings.cc"
>
<FileConfiguration
Name="Debug 32|Win32"
>
<Tool
Name="VCCLCompilerTool"
AdditionalOptions="/bigobj"
/>
</FileConfiguration>
<FileConfiguration
Name="Release 32 with Debugging Capability|Win32"
>
<Tool
Name="VCCLCompilerTool"
AdditionalOptions="/bigobj"
/>
</FileConfiguration>
</File>
<File
RelativePath="..\luaproc.cc"