bpo-36722: Debug build loads libraries built in release mode by vstinner · Pull Request #12952 · python/cpython
if test "$Py_DEBUG" = 'true'; then # Similar to SOABI but remove "d" flag from ABIFLAGS
ALT_SOABI='cpython-'`echo $VERSION | tr -d .``echo $ABIFLAGS | tr -d d`${PLATFORM_TRIPLET:+-$PLATFORM_TRIPLET}
cat >>confdefs.h <<_ACEOF #define ALT_SOABI "${ALT_SOABI}" _ACEOF
fi
case $ac_sys_system in Linux*|GNU*|Darwin|VxWorks)