Debug limit reached (was: Re: [C++-sig] Re: More weird pyste behaviour)
Niall Douglas
s_sourceforge at nedprod.com
Sun Oct 19 22:03:31 CEST 2003
On 19 Oct 2003 at 19:01, yakumoklesk at yahoo.es wrote:
> I have automatically wrapped a C++ class using pyste. Now I have it
> inside the code of my program which embeds python, but when I compile,
> Microsoft Visual C++ cl.exe compiler says that has reached the heap
> limit.
>
> I have tested with Zm, but the most I can put is /Zm1400 and it is not
> enugh. What can I do to compile it?
See the BPL FAQ in its docs.
Past that, disable debug info, incremental linking and precompiled
headers. Some optimisations will need to go too.
Cheers,
Niall
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 208 bytes
Desc: not available
URL: <http://mail.python.org/pipermail/cplusplus-sig/attachments/20031019/06e55600/attachment.pgp>
More information about the Cplusplus-sig
mailing list