[SciPy-dev] Segmentation fault triggered by optimize/lbfgsb.py
Travis Oliphant
oliphant at ee.byu.edu
Thu Oct 27 14:58:48 CDT 2005
Ed Schofield wrote:
>Is there a way to build scipy with debugging symbols using distutils?
>If not, how would you recommend doing this?
>
>
If you build Python with debugging symbols, then distutils automatically
builds extensions with debugging symbols.
I've built extensions with debugging symbols in the past when they are
not in the main Python, but it is less effective.
-Travis
More information about the Scipy-dev
mailing list