--- CXSparse/Source/Makefile~ Sun Nov 19 11:43:12 2006 +++ CXSparse/Source/Makefile Sun Nov 19 11:43:48 2006 @@ -1,6 +1,6 @@ # Modify the "-O" optimization option for best performance (-O3 on Linux): -CC = cc -CFLAGS = -O +CC = %%CC%% +CFLAGS = %%CFLAGS%% I = -I../../UFconfig AR = ar cr