When building 'libs/ardour/luabindings/cc' MSVC now requires me to add '/bigobj' to the compiler options
This commit is contained in:
parent
b625461132
commit
c294932142
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user