this document:
http://developer.apple.com/qa/qa2005/qa1419.html
says:
Setting The Stack Size to 16MB (0x1000000)
Using XCode:
Add -stack_size 1000000 to the Other Linker Flags field of the Build Styles
pane.
I did this, but I get the following errors when I try to build:
powerpc-apple-darwin8-g++-4.0.1: 1000000: No such file or directory
powerpc-apple-darwin8-g++-4.0.1: unrecognized option '-stack_size'
Does anyone know how this is supposed to work?
Also, if you have multiple flags you want to put into OTHER_LINKER_FLAGS,
how should they be separated - spaces, commas? And how should the flags be
separated from their values - spaces seem to work, but in other places (e.g.
compiler flags) I've seen no space, e.g. -O3.
tia, Stuart
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/xcode-users/email@hidden
This email sent to email@hidden