--- Makefile.orig	Tue Mar  6 12:39:47 2007
+++ Makefile	Tue Mar  6 12:40:24 2007
@@ -1,11 +1,11 @@
 PREFIX = /usr/local
 
-CC = g++
-OPTS = -O6 -ffast-math -funroll-loops -Wall -fPIC -DPIC
+CC = $(CXX)
+OPTS = -Wall -fPIC -DPIC
 # users of later iterations of the x86 architecture may want to add these:
 # OPTS = -msse2 -mfpmath=sse -pipe -ftracer
 
-CFLAGS = $(OPTS)
+CFLAGS += $(OPTS)
 
 PLUG = caps
 VERSION = 0.3.0
