I got Visual Studio solution, that generates big objects (msdn) How and which option should I pass to ask msbuild to generate big objects?
Asked
Active
Viewed 1,371 times
1
-
1Using MSBuild from the Command Line is different than using the Visual Studio IDE. Its a very poor duplicate at best. The question probably should have remained open so it could be answered. – jww Jan 03 '17 at 03:57
-
The proposed duplicates speak to Visual Studio configuration, not the msbuild command line tool. This was not a duplicate and it comes up near the top of a google search for this question. – Kevin Rak Jul 11 '19 at 21:26
1 Answers
-1
See the following: How do I edit Microsoft Visual Studio 2013 Compiler switches?
See also:
Penalty of the MSVS compiler flag /bigobj

Community
- 1
- 1

JoryRFerrell
- 33
- 2
- 16
-
2I here for invite [you to Meta to join the discussion about these answers of yours](http://meta.stackexchange.com/questions/212752/strange-search-engine-optimization-in-answers). – Bobby Dec 19 '13 at 22:40
-
These answers speak to setting this option in the Visual Studio GUI application. The question is regarding the MSBUILD command line tool. – Kevin Rak Jul 11 '19 at 21:27