Increases the number of sections that an object file can contain.
IA-32, Intel® 64 architectures
Linux and Mac OS X: | None |
Windows: | /bigobj |
None
OFF |
An object file can hold up to 65,536 (2**16) addressable sections. |
This option increases the number of sections that an object file can contain. It increases the address capacity to 4,294,967,296(2**32).
An .obj file produced with this option can only be effectively passed to a linker that shipped in Microsoft Visual C++* 2005 or later. Linkers shipped with earlier versions of the product cannot read .obj files of this size.
This option may be helpful for .obj files that can hold more sections, such as machine generated code or code that makes heavy use of template libraries.
None
Copyright © 1996-2011, Intel Corporation. All rights reserved.