projects
/
gta.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6273810
)
gta: add --large-address-aware linker flag for 32bit Windows executables
author
Martin Lambers
<marlam@marlam.de>
Wed, 29 Oct 2014 20:38:39 +0000
(21:38 +0100)
committer
Martin Lambers
<marlam@marlam.de>
Wed, 29 Oct 2014 20:38:39 +0000
(21:38 +0100)
gtatool/configure.ac
patch
|
blob
|
history
diff --git
a/gtatool/configure.ac
b/gtatool/configure.ac
index
463be2d
..
5fd05d1
100644
(file)
--- a/
gtatool/configure.ac
+++ b/
gtatool/configure.ac
@@
-71,6
+71,8
@@
if test "$w32" = "yes"; then
CPPFLAGS="$CPPFLAGS -D_BSD_SOURCE"
dnl For PathMatchSpec() in base module fio:
LIBS="$LIBS -lshlwapi"
+ dnl To allow us to use more than 2 GiB of memory:
+ LDFLAGS="$LDFLAGS -Wl,--large-address-aware"
else
MAKENSIS=":"
fi