commit | 7752bca25db99acf108ef469627b84cfd917d88e | [log] [tgz] |
---|---|---|
author | Dan Willemsen <dwillemsen@google.com> | Tue Mar 14 13:36:23 2017 -0700 |
committer | Dan Willemsen <dwillemsen@google.com> | Tue Mar 14 13:37:26 2017 -0700 |
tree | da6b7786d576670a16cbfac2e3d193a4a93ec673 | |
parent | 4c48f724e1b339128447ab1dafd656a9557557f5 [diff] [blame] |
Enable large-address-aware for 32-bit windows Bug: 36046324 Test: m -j winsdk-tools Change-Id: I232d7dac9a6708542e70392801259141bec297c6
diff --git a/cc/config/x86_windows_host.go b/cc/config/x86_windows_host.go index 4aad9c8..4709823 100644 --- a/cc/config/x86_windows_host.go +++ b/cc/config/x86_windows_host.go
@@ -69,6 +69,7 @@ windowsX86Ldflags = []string{ "-m32", + "-Wl,--large-address-aware", "-L${WindowsGccRoot}/${WindowsGccTriple}/lib32", }