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