aboutsummaryrefslogtreecommitdiff
path: root/math/suitesparse/files/patch-CXSparse+Source+Makefile
blob: b3fb3ed84feea992ed98ec44eed8a7d717baf1b6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- 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