Author: Matti Picus <[email protected]>
Branch: 
Changeset: r88187:4a802afbf7de
Date: 2016-11-07 18:45 +0200
http://bitbucket.org/pypy/pypy/changeset/4a802afbf7de/

Log:    always turn on /LARGEADDRESSAWARE

diff --git a/rpython/translator/platform/windows.py 
b/rpython/translator/platform/windows.py
--- a/rpython/translator/platform/windows.py
+++ b/rpython/translator/platform/windows.py
@@ -130,7 +130,7 @@
     link = 'link.exe'
 
     cflags = ('/MD', '/O2', '/Zi')
-    link_flags = ('/debug',)
+    link_flags = ('/debug','/LARGEADDRESSAWARE')
     standalone_only = ()
     shared_only = ()
     environ = None
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to