Author: Armin Rigo <ar...@tunes.org> Branch: reverse-debugger Changeset: r85099:eae582a6f933 Date: 2016-06-11 13:48 +0200 http://bitbucket.org/pypy/pypy/changeset/eae582a6f933/
Log: Force some more options to known-working values diff --git a/rpython/config/translationoption.py b/rpython/config/translationoption.py --- a/rpython/config/translationoption.py +++ b/rpython/config/translationoption.py @@ -283,7 +283,9 @@ default=False, cmdline='--revdb', requires=[('translation.split_gc_address_space', True), ('translation.jit', False), - ('translation.gc', 'boehm')]), + ('translation.gc', 'boehm'), + ('translation.thread', False), + ('translation.continuation', False)]), ]) def get_combined_translation_config(other_optdescr=None, _______________________________________________ pypy-commit mailing list pypy-commit@python.org https://mail.python.org/mailman/listinfo/pypy-commit