Add "recursive" option for IBM xlf

This commit is contained in:
Martin Kroeker 2021-09-04 13:22:15 +02:00 committed by GitHub
parent cd1a307ed1
commit 726a185f43
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -103,8 +103,8 @@ if (${F_COMPILER} STREQUAL "FUJITSU")
endif ()
if (${F_COMPILER} STREQUAL "IBM")
set(CCOMMON_OPT "${CCOMMON_OPT} -DF_INTERFACE_IBM")
# FCOMMON_OPT += -qarch=440
set(CCOMMON_OPT "${CCOMMON_OPT} -DF_INTERFACE_IBM"
set(FCOMMON_OPT "${FCOMMON_OPT} -qrecur")
if (BINARY64)
set(FCOMMON_OPT "${FCOMMON_OPT} -q64")
if (INTERFACE64)