Re: xcodebuild buildstyle bug?
Re: xcodebuild buildstyle bug?
- Subject: Re: xcodebuild buildstyle bug?
- From: "Hao Li" <email@hidden>
- Date: Tue, 25 Nov 2003 11:53:53 +0100
OK, to anwser my own question: xcodebuild seems do not handle
the input parameter of -buildstyle, it's the active buildstyle in your
project is used!!!
Cheers
Hao
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?
_________________________________________________________________
MSN 8 helps eliminate e-mail viruses. Get 2 months FREE*.
http://join.msn.com/?page=features/virus
_______________________________________________
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.