Architecture setting: i386 in Release
Architecture setting: i386 in Release
- Subject: Architecture setting: i386 in Release
- From: Calum Robertson <email@hidden>
- Date: Wed, 20 Jun 2007 14:48:13 +0100
Hi,
I'm working on a multi-platform project (original code was win32 and
unix) and have created my first xcode project. I need to do add in
some mac specific code and have been using the following construct:
#ifdef i386
...
#endif
The code contained in the #ifdef is compiled okay in debug mode but
isn't in release mode i.e. the i386 symbol appears to be undefined.
However, I've checked that the Architecture setting is set to i386
for all configurations.
Has anyone got any clue as to what is happening?
C
_______________________________________________
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