<div dir="ltr">Hi Robert,<div><br></div><div>Enabling -bigobj just changes the address space for obj files. The default is 2^16 and /bigobj will enable 2^32. The only con that I'm aware of is linker's that shipped prior to Visual C++ 2005 cannot read .obj files that were produced with /bigobj.</div><div><br></div><div><a href="https://msdn.microsoft.com/en-us/library/ms173499.aspx">https://msdn.microsoft.com/en-us/library/ms173499.aspx</a><br></div><div><br></div><div>Looks like most of the projects now force it on in CMAKE.</div><div><br></div><div>Thanks, Sam</div><div><br></div><div><br></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Thu, Apr 19, 2018 at 1:14 PM, Robert Osfield <span dir="ltr"><<a href="mailto:robert.osfield@gmail.com" target="_blank">robert.osfield@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi Jason,<br>
<span class=""><br>
On 18 April 2018 at 20:59, Jason Beverage <<a href="mailto:jasonbeverage@gmail.com">jasonbeverage@gmail.com</a>> wrote:<br>
> I'm compiling the master in debug with MSVC 2015 and running into this issue<br>
> again:<br>
> <a href="http://forum.openscenegraph.org/viewtopic.php?t=16012&start=0&postdays=0&postorder=asc&highlight=" rel="noreferrer" target="_blank">http://forum.openscenegraph.<wbr>org/viewtopic.php?t=16012&<wbr>start=0&postdays=0&postorder=<wbr>asc&highlight=</a><br>
><br>
> This time it's with Geode.obj<br>
><br>
> I've added /bigobj just to get it building here locally.  Not sure if there<br>
> is anything else we can take out of the headers to slim it down or not.<br>
><br>
> This is my first time seeing this issue so I'm not 100% sure if it's a good<br>
> idea to just enable /bigobj all the time or not.<br>
<br>
</span>I don't have any VisualStudio expertise so have to defer to Windows<br>
devs as how best to guide the build with VisualStudio.  So if you feel<br>
adding /bigobj is required then submit a PR to add this.<br>
<br>
What are the cons about enabling /bigobj?<br>
<br>
Robert.<br>
______________________________<wbr>_________________<br>
osg-users mailing list<br>
<a href="mailto:osg-users@lists.openscenegraph.org">osg-users@lists.<wbr>openscenegraph.org</a><br>
<a href="http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org" rel="noreferrer" target="_blank">http://lists.openscenegraph.<wbr>org/listinfo.cgi/osg-users-<wbr>openscenegraph.org</a><br>
</blockquote></div><br></div>