--- Python-2.5c1/Mac/PythonLauncher/Makefile.in	2006-06-07 13:38:53.000000000 -0600
+++ /Users/bwaters/comp/lang/python/Python-2.5c1/Mac/PythonLauncher/Makefile.in	2006-08-28 17:05:39.000000000 -0600
@@ -1,7 +1,7 @@
-CC=@CC@
+CC=gcc
 LD=@CC@
 BASECFLAGS=@BASECFLAGS@
-OPT=@OPT@
+OPT=-ggdb -O3 -ftree-vectorize -mtune=nocona -fno-strict-aliasing -pipe -ffast-math
 CFLAGS=$(BASECFLAGS) $(OPT)
 LDFLAGS=@LDFLAGS@
 srcdir=         @srcdir@
