Re: warning: no debug symbols in executable (-arch i386)
Re: warning: no debug symbols in executable (-arch i386)
- Subject: Re: warning: no debug symbols in executable (-arch i386)
- From: Nick Zitzmann <email@hidden>
- Date: Mon, 27 Oct 2008 19:11:54 -0600
On Oct 27, 2008, at 4:43 PM, Jonathan Hohle wrote:
When building with gcc-llvm I get the following warning for each
architecture I'm building for:
warning: no debug symbols in executable (-arch i386)
Is there a way to avoid this warning when using gcc-llvm?
I've only ever seen that warning when DWARF with dSYM is turned on in
the configuration, and the build did not run the linker, so I'm
assuming you're running into the same thing...
Don't use DWARF with dSYM on configurations that get frequently built
and rebuilt. Or add a shell script build phase that forces the re-
compile of a file in the target every time the configuration is built,
which makes the binary image get re-linked every time.
Or just ignore the warning, which is what I do on dSYM configurations.
This used to be a show-stopping build error not too long ago...
Nick Zitzmann
<http://seiryu.home.comcast.net/>
_______________________________________________
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