13 lines
610 B
Diff
13 lines
610 B
Diff
![]() |
--- a/SuiteSparse_config/SuiteSparse_config.mk
|
||
|
+++ b/SuiteSparse_config/SuiteSparse_config.mk
|
||
|
@@ -89,7 +89,8 @@
|
||
|
|
||
|
# The CF macro is used by SuiteSparse Makefiles as a combination of
|
||
|
# CFLAGS, CPPFLAGS, TARGET_ARCH, and system-dependent settings.
|
||
|
- CF ?= $(CFLAGS) $(CPPFLAGS) $(TARGET_ARCH) $(OPTIMIZATION) -fexceptions -fPIC
|
||
|
+ #CF ?= $(CFLAGS) $(CPPFLAGS) $(TARGET_ARCH) $(OPTIMIZATION) -fexceptions -fPIC
|
||
|
+ CF ?= $(CFLAGS) $(CPPFLAGS) $(TARGET_ARCH) $(OPTIMIZATION) -fPIC
|
||
|
|
||
|
#---------------------------------------------------------------------------
|
||
|
# OpenMP is used in CHOLMOD
|