site_archiver@lists.apple.com Delivered-To: darwin-dev@lists.apple.com On Apr 13, 2005, at 9:53 AM, Steven J Abner wrote: matt. _______________________________________________ Do not post admin requests to the list. They will be ignored. Darwin-dev mailing list (Darwin-dev@lists.apple.com) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/darwin-dev/site_archiver%40lists.appl... Sorry if this has been covered before, but can't find it, sooo... I'm trying to compare oranges to "apple's", and would like to know, when Darwin(Unix) ships from Apple, what is the compiler setting. Do they use "-O", "-O2", "-O3" or "-Os" ? It depends. Many of the makefiles use -Os to reduce memory footprint, which is generally a performance win system-wide. Run-time performance sensitive code may choose to use -O2 or -O3. Most of the time, for open source projects, the optimization flags have been determined by the primary developers already. This email sent to site_archiver@lists.apple.com
participants (1)
-
Matt Watson