Author: Maciej Fijalkowski <[email protected]>
Branch:
Changeset: r45863:e843aa0db385
Date: 2011-07-22 10:54 +0200
http://bitbucket.org/pypy/pypy/changeset/e843aa0db385/
Log: we always require opt level
diff --git a/pypy/tool/release/win32build.py b/pypy/tool/release/win32build.py
--- a/pypy/tool/release/win32build.py
+++ b/pypy/tool/release/win32build.py
@@ -24,6 +24,6 @@
shutil.copy(str(pypydir.join('..', '..', 'expat-2.0.1', 'win32', 'bin',
'release', 'libexpat.dll')), str(builddir))
make_pypy('', ['-Ojit'])
-make_pypy('-nojit', [])
+make_pypy('-nojit', ['-O2'])
#make_pypy('-stackless', [--stackless])
#make_pypy('-sandbox', [--sandbox])
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit