Download raw body.
python things running out of memory with llvm 19
On 2025/06/11 11:26, Theo Buehler wrote: > I still have this diff in my ports tree. We need to fix this one way or > the other. I seem to remember that sthen didn't like this diff and had > different plans, but I'm not sure what those were. as discussed elsewhere, it seems that something (possibly a setuptools update) has stopped passing -g (which originally came from lang/python on DEBUG_PACKAGES archs) across when building compiled extension modules, so this isn't needed any more. if that need does come back I'd like to add a standard comment so these can be found again in future more easily.
python things running out of memory with llvm 19