Update Makefile
This commit is contained in:
parent
06553ecb52
commit
6402fb76f0
|
@ -209,7 +209,7 @@ FLDFLAGS = $(FFLAGS:-fPIC=) $(LDFLAGS)
|
|||
ifeq ($(USE_OPENMP), 1)
|
||||
ifeq ($(F_COMPILER), GFORTRAN)
|
||||
ifeq ($(C_COMPILER), CLANG)
|
||||
CEXTRALIB = -lomp
|
||||
CEXTRALIB = -lomp -lasan
|
||||
endif
|
||||
endif
|
||||
ifeq ($(F_COMPILER), NAG)
|
||||
|
|
Loading…
Reference in New Issue