On 2007-05-07 21:48:45 -0700, Deepak <deepakar.RemoveThis@gmail.com> said:
> Where can I find a dictionary of GCC options to be used in Xcode?
> For eg, what's the equivalent Xcode setting to achieve the effect of -
> fshort-wchar?
If you bring up the target or project inspector in Xcode, and go to the
Build tab, you can enter these flags in the search field, and the list
will be filtered for you. Doing this myself, it appears that there is
no corresponding option.
(And generally, using that flag on OS X is a bad idea because it will
render your code incompatible with any other wchar_t-using code
including all of the standard C functions that deal with wchar_t)
> A link to the complete list of Xcode switches would be nice.
--
Clark S. Cox III
clarkcox3.RemoveThis@gmail.com
>> Stay informed about: GCC Options in Xcode