bigdata

Applies to C Applies to C++

Purpose

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

Syntax


Syntax Diagram

Notes

In 32-bit mode, the gcc 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 (like open, close, printf and so on) exceed 16 MB.

Related References

Compiler Command Line Options IBM Copyright 2003