configure: use -Wl,--large-address-aware on windows 29/17829/1
authorStanislav Vorobiov <s.vorobiov@samsung.com>
Tue, 11 Mar 2014 07:53:35 +0000 (10:53 +0300)
committerStanislav Vorobiov <s.vorobiov@samsung.com>
Tue, 11 Mar 2014 07:55:33 +0000 (11:55 +0400)
commit886b6ea935419b07101aee63071fa8c934752cc8
tree1864afc51b2d50f46a594f1ae18a3af81c396c68
parent439e948c4859c4f85338d7f3e6efb25f48248fa1
configure: use -Wl,--large-address-aware on windows

On windows we always build 32-bit binary even if
host os is 64-bit. This limits emulator virtual memory
size to 2GB. -Wl,--large-address-aware linker flag
allows us to use up to 4GB of virtual memory on 64-bit
host os and up to 3GB on 32-bit host os

Change-Id: I2352a89850a72d331e3e54f6662ff76adc22868d
tizen/emulator_configure.sh