Re: Static data -- thanks
Re: Static data -- thanks
- Subject: Re: Static data -- thanks
- From: "Christopher Beck" <email@hidden>
- Date: Tue, 6 Jul 2004 10:52:29 -0400
- Organization: Emory University
Thanks to everyone who made suggestions about how to deal with a large
amount of static data. As suggested by Markian, I turned off
prebinding. Also, I found that the Zerolinker was having problems. So,
I set the build for deployment rather than debug, which causes the
Zerolinker not to be used. I also found that it would only compile
using the "fastest" optimization and not the others. Interestingly, the
executable is huge (42MB). The same code compiled with Visual studio
produces an executable that is 56KB.
Chris
_______________________________________________
xcode-users mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/xcode-users
Do not post admin requests to the list. They will be ignored.