[pypy-commit] pypy default: Issue #2945

arigo pypy.commits at gmail.com
Thu Jan 31 15:39:59 EST 2019


Author: Armin Rigo <arigo at tunes.org>
Branch: 
Changeset: r95762:0861546064a7
Date: 2019-01-31 21:39 +0100
http://bitbucket.org/pypy/pypy/changeset/0861546064a7/

Log:	Issue #2945

	Completely remove the confusing mention of ``-O0``

diff --git a/pypy/doc/build.rst b/pypy/doc/build.rst
--- a/pypy/doc/build.rst
+++ b/pypy/doc/build.rst
@@ -223,7 +223,7 @@
 Rerun the ``Makefile`` with the ``make lldebug`` or ``make lldebug0`` target,
 which will build in a way that running under a debugger makes sense.
 Appropriate compilation flags are added to add debug info, and for ``lldebug0``
-compiler optimizations are set to ``-O0``. If you stop in a debugger, you will
+compiler optimizations are fully disabled. If you stop in a debugger, you will
 see the very wordy machine-generated C code from the rpython translation step,
 which takes a little bit of reading to relate back to the rpython code.
 


More information about the pypy-commit mailing list