Re: Optimization level per-compiler?
Re: Optimization level per-compiler?
- Subject: Re: Optimization level per-compiler?
- From: Dirk Stegemann <email@hidden>
- Date: Tue, 31 Jan 2006 12:25:15 +0200
Hi,
Am 30.01.2006 um 18:50 schrieb Clark Cox:
Have you tried:
PER_ARCH_CFLAGS_ppc = -Os
PER_ARCH_CFLAGS_i386 = -O2
The build transcript shows that both settings are passed to the CL,
first the "Optimization Level" setting to be chosen from the popup
menu, than after some warning flags and the map file path, the value
defined by 'PER_ARCH_CFLAGS_xxx'.
Something like /usr/bin/gcc-3.3 -bla -bla -Ox -bla -bla -Oy -bla
The latter argument (-Oy) overwrites the former (-Ox)...?
Thanks,
Dirk Stegemann
_______________________________________________
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