Windows: Add /LARGEADDRESSAWARE to CMake configuration (issue #1855)

This commit is contained in:
Marshall Greenblatt 2016-09-08 16:52:04 -04:00
parent ae74d735cf
commit f94c5a1cb6
1 changed files with 2 additions and 1 deletions

View File

@ -370,7 +370,8 @@ if(OS_WINDOWS)
/DEBUG # Generate debug information
)
list(APPEND CEF_EXE_LINKER_FLAGS
/MANIFEST:NO # No default manifest (see ADD_WINDOWS_MANIFEST macro usage)
/MANIFEST:NO # No default manifest (see ADD_WINDOWS_MANIFEST macro usage)
/LARGEADDRESSAWARE # Allow 32-bit processes to access 3GB of RAM
)
list(APPEND CEF_COMPILER_DEFINES
WIN32 _WIN32 _WINDOWS # Windows platform