Update Makefile

This commit is contained in:
Martin Kroeker 2021-04-18 19:06:02 +02:00 committed by GitHub
parent 06553ecb52
commit 6402fb76f0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -209,7 +209,7 @@ FLDFLAGS = $(FFLAGS:-fPIC=) $(LDFLAGS)
ifeq ($(USE_OPENMP), 1) ifeq ($(USE_OPENMP), 1)
ifeq ($(F_COMPILER), GFORTRAN) ifeq ($(F_COMPILER), GFORTRAN)
ifeq ($(C_COMPILER), CLANG) ifeq ($(C_COMPILER), CLANG)
CEXTRALIB = -lomp CEXTRALIB = -lomp -lasan
endif endif
endif endif
ifeq ($(F_COMPILER), NAG) ifeq ($(F_COMPILER), NAG)