 |
 |
Difference between Dev and Deployment builds
|
 |
|
 |
|
Senior User
Join Date: Feb 2003
Location: USA
Status:
Offline
|
|
I've got an app that I've been working on for a while. Today I decided to change my active build config to Deployment. Now the app doesn't build, and all I really get is the less than helpful exit code 1 from gcc. I know that the Deployment config disables Zerolink, but can anyone tell me what else changes? I'll keep googling but wondered if anyone here had run into the same issue. TIA.
|
|
MacBook 2.0 160/2GB/SuperDrive
Lots of older Macs
|
| |
|
|
|
 |
|
 |
|
Senior User
Join Date: Feb 2003
Location: USA
Status:
Offline
|
|
BTW, I'm using XCode 2.4 and gcc 4.0
|
|
MacBook 2.0 160/2GB/SuperDrive
Lots of older Macs
|
| |
|
|
|
 |
|
 |
|
Clinically Insane
Join Date: Oct 2001
Location: San Diego, CA, USA
Status:
Offline
|
|
Have you tried cleaning the target? I've had a similar problem that was solved by that.
|
|
Chuck
___
"Instead of either 'multi-talented' or 'multitalented' use 'bisexual'."
|
| |
|
|
|
 |
|
 |
|
Mac Elite
Join Date: Aug 2001
Status:
Offline
|
|
Deployment also changes the optimization mode from -O0 to -Os, turns on debug symbol stripping, and a number of other things. That one sounds zerolink related though.
|
|
|
| |
|
|
|
 |
|
 |
|
Senior User
Join Date: Feb 2003
Location: USA
Status:
Offline
|
|
Yeah, have cleaned targets, etc. The build log shows some typical warnings, but nothing that would prevent linking. Only one I haven't seen before was this:
/usr/bin/ld: multiple definitions of symbol .objc_class_name_db
But I'm not sure that's the culprit.
Thanks for the tips!
|
|
MacBook 2.0 160/2GB/SuperDrive
Lots of older Macs
|
| |
|
|
|
 |
|
 |
|
Senior User
Join Date: Feb 2003
Location: USA
Status:
Offline
|
|
Could have something to do with me linking to postgresql libraries...
|
|
MacBook 2.0 160/2GB/SuperDrive
Lots of older Macs
|
| |
|
|
|
 |
 |
|
 |
|
|
|
|
|

|
|
 |
Forum Rules
|
 |
 |
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
|
HTML code is Off
|
|
|
|
|
|
 |
 |
 |
 |
|
 |