oprnmx: fix to build with Fujitsu compiler. (#32389)
This commit is contained in:
parent
5be9f4dfef
commit
a735dc027d
1 changed files with 1 additions and 1 deletions
|
@ -79,7 +79,7 @@ def common_arguments(self):
|
|||
if "%fj" in spec:
|
||||
common_option.append("-Dkcomp -Kfast")
|
||||
cc_option.append("-Dnosse -Nclang")
|
||||
fc_option.append(self.compiler.openmp_flag)
|
||||
fc_option.extend([self.compiler.openmp_flag, "-Ccpp"])
|
||||
else:
|
||||
common_option.append("-O3")
|
||||
if "%gcc" in spec:
|
||||
|
|
Loading…
Reference in a new issue