Re: Native targets always build with debug settings
Re: Native targets always build with debug settings
- Subject: Re: Native targets always build with debug settings
- From: Frank Midgley <email@hidden>
- Date: Mon, 3 Nov 2003 19:18:26 -0600
On Nov 3, 2003, at 6:23PM, paul wrote:
I've been working on this for a few days, but haven't been able to
figure this.
In Xcode 1.0, any native target always builds with optimization =
size, debugsymbols = on.
My pb imported targets respect my deployment settings of -O3, and no
debug symbols,
but as soon as I convert the target to native, all that goes out the
window.
I have tried creating new xcode projects, same thing; native targets
always build as a debug target.
I have set the target and the style to remove all zero-link,
fix-continue, debug symbols, optimization=size settings I can find.
I have not yet gone so far as to edit the pbproj file directly, but a
dump shows that all debug type options are set to NO.
so, I'm out of ideas, unless this is a bug or known issue, I cannot
get a native target to compile w/ out debug symbols. This is very
important to me, as my app is 60mb with debug symbols on, and 5 mb
with them off.
I believe that DEBUGGING_SYMBOLS is ignored in Xcode. You actually
need to uncheck the "Generate debugging symbols" option instead. Same
goes for the optimization setting. I believe it's a known bug that
Xcode isn't upgrading these settings.
-Frank
------------------------------------
Frank M. Midgley
email@hidden
http://homepage.mac.com/knarf/
_______________________________________________
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.