Thanks to visit codestin.com
Credit goes to premake.github.io

Skip to main content

largeaddressaware

Specifies to the linker that the 32 bit application can handle addresses larger than 2GB.

largeaddressaware ("value")

Parameters

value is one of:

ValueDescription
OnLinker allows handling of addresses greater than 2GB
OffLinker disallows handling of addresses greater than 2GB

Applies To

Project configurations.

Availability

Premake 5.0.0-alpha12 or later for Visual Studio.

Examples

largeaddressaware "Off"