-qbigdata

Description

In 32-bit mode, allows initialized data to be larger than 16 MB in size.

Syntax

Read syntax diagramSkip visual syntax diagram        .-nobigdata-.
>>- -q--+-bigdata---+------------------------------------------><
 

Notes

In 32-bit mode, the GNU C/C++ size limit for initialized data is 16 MB. Use this option when creating 32-bit applications in which initialized data and call routines in shared libraries (such as open(), close(), printf()) exceed 16 MB.

Related information