diff --git a/ctest/Makefile b/ctest/Makefile index ad0a41d09..b4b4c5b28 100644 --- a/ctest/Makefile +++ b/ctest/Makefile @@ -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)