CVSROOT: /cvs Module name: ports Changes by: [email protected] 2025/01/28 08:08:56
Modified files:
lang/python : Makefile.inc
Log message:
add a comment noting that DEBUG_PACKAGES in lang/python results in -g
getting added to _sysconfigdata, which results in some compiled Python
extensions picking it up.
noticed while investigating surprising memory use in LLVM 18+ while
compiling cython-generated C code (~700MB in LLVM 16/17; 10GB+ in 18).
llvm #124749
