Support compilation with nagfor

This commit is contained in:
Martin Kroeker
2021-03-11 11:52:29 +01:00
committed by GitHub
parent 3c356b1a1f
commit 041a26fd79

View File

@@ -212,6 +212,9 @@ ifeq ($(C_COMPILER), CLANG)
CEXTRALIB = -lomp
endif
endif
ifeq ($(F_COMPILER), NAG)
CEXTRALIB = -lgomp
endif
endif
ifeq ($(BUILD_SINGLE),1)