Re: Build errors
Re: Build errors
- Subject: Re: Build errors
- From: Dave Dribin <email@hidden>
- Date: Mon, 11 Sep 2006 15:54:52 -0500
On Sep 11, 2006, at 3:42 PM, Greg Guerin wrote:
Unfortunately, I don't know exactly how to preserve the preprocessor's
output with Xcode or gcc.
The "-save-temps" option on gcc saves the intermediate preprocessed
output and assembly files. What I've done in the past is to copy the
gcc command line from the detailed build window into a text editor
and then add "-save-temps" at the beginning of the command. You can
save this as a shell script and run it yourself from the command
line. This has come in handy a couple of times before.
<http://developer.apple.com/documentation/DeveloperTools/gcc-4.0.1/
gcc/Debugging-Options.html>
-Dave
_______________________________________________
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