|
From: Lark <lar...@ya...> - 2001-06-04 16:32:53
|
Cygnus wrote: > Speaking of the PPCFinal. Has anyone else tried to build it yet? I'm > getting an out of memory error on the CScribiaDoc and lex.yy.c files. I > upped CW's memory to 105 megs and still got them. Seems to be pretty steep. > Not sure if I have some other setting off or if its just because of it being > set for max optimization. I use it to make release builds. It does use a ton of memory on that file, I can only build with >256M assigned to CW. It's due to inlining, you can turn if off for that file by adding a pragma at the beginning of it. (In fact, it may still be there but commented out - it's definitly in the CVS istory.) Lark |