Re: compilation options
Re: compilation options
- Subject: Re: compilation options
- From: Chris Espinosa <email@hidden>
- Date: Thu, 20 Jul 2006 07:41:23 -0700
On Jul 20, 2006, at 7:00 AM, Jennie wrote: I am a new user of Xcode and I need to compile a c++ file with special options. I know that by selecting the name of the project and clicking on the Build onglet I can modify the options but still I don't see how can I add my options (for example -v etc.).
In the Search field type "flags". It will filter the choices to a small number, one of which is "Other C Flags" and another is "Other C++ Flags". You can enter any valid gcc options here and they'll be passed to the compiler.
C flags will be passed for C, C++, and Objective-C files, but C++ Flags will be passed for C++ files only.
|
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden