Fixing syntax error in makefile
Fixing syntax issue in Makefile.power added by recent commit
af19cda65a
This commit is contained in:
parent
a6ed4f0d37
commit
7f4aa106f2
|
@ -12,7 +12,7 @@ endif
|
|||
ifeq ($(CORE), POWER10)
|
||||
ifneq ($(C_COMPILER), PGI)
|
||||
CCOMMON_OPT += -Ofast -mcpu=power10 -mtune=power10 -mvsx -fno-fast-math
|
||||
ifeq ($(F_COMPILER, IBM)
|
||||
ifeq ($(F_COMPILER), IBM)
|
||||
FCOMMON_OPT += -O2 -qrecur -qnosave
|
||||
else
|
||||
FCOMMON_OPT += -O2 -frecursive -mcpu=power10 -mtune=power10 -fno-fast-math
|
||||
|
|
Loading…
Reference in New Issue