]> git.sesse.net Git - x264/commitdiff
Mark Win32 executable as large address aware
authorAnton Mitrofanov <BugMaster@narod.ru>
Tue, 18 May 2010 18:26:59 +0000 (22:26 +0400)
committerFiona Glaser <fiona@x264.com>
Fri, 21 May 2010 08:21:21 +0000 (01:21 -0700)
configure

index e9e45cd164606e232d3c7fe1a87c992586e575b1..16c20891be5dce7706052e3572436bb73f656227 100755 (executable)
--- a/configure
+++ b/configure
@@ -307,6 +307,7 @@ case $host_cpu in
       ASFLAGS="$ASFLAGS -f macho -DPREFIX"
     elif [ "$SYS" = MINGW ]; then
       ASFLAGS="$ASFLAGS -f win32 -DPREFIX"
+      LDFLAGS="$LDFLAGS -Wl,--large-address-aware"
     else
       ASFLAGS="$ASFLAGS -f elf"
     fi