Enable large-address-aware for 32-bit windows
Bug: 36046324 Test: m -j winsdk-tools Change-Id: I232d7dac9a6708542e70392801259141bec297c6
This commit is contained in:
@@ -69,6 +69,7 @@ var (
|
|||||||
|
|
||||||
windowsX86Ldflags = []string{
|
windowsX86Ldflags = []string{
|
||||||
"-m32",
|
"-m32",
|
||||||
|
"-Wl,--large-address-aware",
|
||||||
"-L${WindowsGccRoot}/${WindowsGccTriple}/lib32",
|
"-L${WindowsGccRoot}/${WindowsGccTriple}/lib32",
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user