mirror of
https://github.com/python/cpython.git
synced 2026-02-17 21:01:26 +00:00
[3.14] gh-131591: Make --without-remote-debug work (GH-135925) (GH-135931)
gh-131591: Make --without-remote-debug work (GH-135925)
The feature is checked using `defined(Py_REMOTE_DEBUG)`; defining
the macro (even as `0`) enables it.
(cherry picked from commit c2f2fd4eca)
Co-authored-by: Petr Viktorin <encukou@gmail.com>
This commit is contained in:
parent
a345fed896
commit
17c6818bfd
2 changed files with 0 additions and 5 deletions
3
configure
generated
vendored
3
configure
generated
vendored
|
|
@ -29933,9 +29933,6 @@ printf "%s\n" "#define Py_REMOTE_DEBUG 1" >>confdefs.h
|
|||
{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: yes" >&5
|
||||
printf "%s\n" "yes" >&6; }
|
||||
else
|
||||
|
||||
printf "%s\n" "#define Py_REMOTE_DEBUG 0" >>confdefs.h
|
||||
|
||||
{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
|
||||
printf "%s\n" "no" >&6; }
|
||||
fi
|
||||
|
|
|
|||
|
|
@ -7168,8 +7168,6 @@ if test "$with_remote_debug" = yes; then
|
|||
[Define if you want to enable remote debugging support.])
|
||||
AC_MSG_RESULT([yes])
|
||||
else
|
||||
AC_DEFINE([Py_REMOTE_DEBUG], [0],
|
||||
[Define if you want to enable remote debugging support.])
|
||||
AC_MSG_RESULT([no])
|
||||
fi
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue