From 788cd0b4c6603d47da510532182a57188836507d Mon Sep 17 00:00:00 2001 From: Jacek Caban Date: Tue, 29 Apr 2014 10:53:59 +0200 Subject: [PATCH] iexplore: Mark iexplore.exe as large address aware. --- programs/iexplore/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/programs/iexplore/Makefile.in b/programs/iexplore/Makefile.in index 7769e7e1641..f3fd4c279e3 100644 --- a/programs/iexplore/Makefile.in +++ b/programs/iexplore/Makefile.in @@ -1,5 +1,5 @@ MODULE = iexplore.exe -APPMODE = -mwindows -municode +APPMODE = -mwindows -municode -Wl,--large-address-aware IMPORTS = ieframe DELAYIMPORTS = advpack version