mirror of https://github.com/pyodide/pyodide.git
Add missing -fPIC in CLAPACK (#1185)
Co-authored-by: Joe Marshall <joe.marshall@nottingham.ac.uk>
This commit is contained in:
parent
f9fb31d102
commit
68cdeb519d
|
@ -29,7 +29,7 @@ CFLAGS = -O3 -I$(TOPDIR)/INCLUDE -fPIC -DNO_BLAS_WRAP
|
|||
LDFLAGS = -O3
|
||||
LOADER = $(CC)
|
||||
LOADOPTS =
|
||||
NOOPT = -O0 -I$(TOPDIR)/INCLUDE
|
||||
NOOPT = -O0 -I$(TOPDIR)/INCLUDE -fPIC
|
||||
DRVCFLAGS = $(CFLAGS)
|
||||
F2CCFLAGS = $(CFLAGS)
|
||||
#######################################################################
|
||||
|
|
Loading…
Reference in New Issue