g++ arch flag between Debug and Release
g++ arch flag between Debug and Release
- Subject: g++ arch flag between Debug and Release
- From: James Jackson <email@hidden>
- Date: Thu, 19 Jul 2007 11:57:19 +0100
Hi,
I have a bog-standard C++ command line tool in Xcode. With debug
configuration, g++ is passed the correct arch flag:
/usr/bin/g++-4.0 -bundle -arch i386 <snip>
But when I switch to Release, the incorrect arch flag is passed:
/usr/bin/g++-4.0 <snip> -arch ppc
In the configuration setup page, the architecture is set to $
(NATIVE_ARCH) in both cases.
Can anybody offer any suggestions? This is with Xcode 2.2.1 on a 2GHz
Core Duo MacBook Pro running 10.4.9.
Regards,
James Jackson.
_______________________________________________
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