Xcode styles compiler directives get overridden by target compiler directives
Xcode styles compiler directives get overridden by target compiler directives
- Subject: Xcode styles compiler directives get overridden by target compiler directives
- From: Laurent Daudelin <email@hidden>
- Date: Sun, 26 Oct 2003 12:58:25 -0500
In ProjectBuilder, I did modify my build styles to set the appropriate
compiler directives, namely adding debugging symbols and no optimization
when the style is set to Development and no debugging symbol and
optimization for speed when set to Deployment.
In Xcode, those directives were kept in my project. I did however notice
while browsing the different styles available that some compiler directives
were set with checkboxes and popup menus instead of the plain GCC directive.
After a bit of experimentation, I found I could add those directives to my
project styles by changing their values in the "Common Settings". I then
proceeded to remove the plain compiler directives (-O3 and the likes) since
I didn't want them to be duplicated. I did set both Development and
Deployment styles like I did in ProjectBuilder.
However, when I pick a specific style, the compiler directives in that style
are not used. Instead, the compiler directive defined in the target seems to
override them.
My question is: is this a bug or am I missing something?
Thanks in advance! Resolving this would make my transition to Xcode less
painful...
-Laurent.
--
============================================================================
Laurent Daudelin AIM/iChat: LaurentDaudelin <
http://nemesys.dyndns.org>
Logiciels Nemesys Software
mailto:email@hidden
flamage /flay'm*j/ n.: [very common] Flaming verbiage, esp. high-noise,
low-signal postings to Usenet or other electronic fora. Often in the phrase
`the usual flamage'. `Flaming' is the act itself; `flamage' the content; a
`flame' is a single flaming message. See flame, also dahmum.
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.