I have a cpp file that contains a huge array.
I get a fatal error (exceeded object file format limit) and the suggestion to compile with the flag /bigobj
Where do I set this flag in visual studio?
On the Command Line property page as described here.