xcodebuild buildstyle bug?
xcodebuild buildstyle bug?
- Subject: xcodebuild buildstyle bug?
- From: "Hao Li" <email@hidden>
- Date: Mon, 24 Nov 2003 17:35:19 +0100
Hi all!
When I tried to build a project via xcodebuild with a script, I noticed the
flag
"-g -O0" to gcc-3.3, even when I built with:
xcodebuild -target myTaget -buildstyle Deployment install
So I created a new project in xCode called test from Cocoa Application
template without any changes in code or project preferences, and
compiled it with xcodebuild using:
xcodebuild -target test -buildstyle Deployment install
Still it uses -g -O0 and zerolink...
Anyone notices it?! Any fixes?
Cheers
Hao Li
PS. ...works if I build with Deployment style in xCode for both projects.
_________________________________________________________________
The new MSN 8: smart spam protection and 2 months FREE*
http://join.msn.com/?page=features/junkmail
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.