The Makefile optimizes with -O6 by default. Has anyone profiled this? I've heard (and personally measured) that many programs benefit far more from -Os than any other setting. Apparently the gains from smaller code (i.e. not trashing the cache) outweigh most other benefits in most code. Anyone up to testing this? Jayson