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

@ -371,6 +371,7 @@ if(OS_WINDOWS)
)
list(APPEND CEF_EXE_LINKER_FLAGS
/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