File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
build_config/Linux.llvm.default Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 66# ###########################################################
77# Default compiler setting.
88#
9- ESMF_F90DEFAULT = flang-new
9+ ESMF_F90DEFAULT = flang
1010ESMF_CXXDEFAULT = clang++
1111ESMF_CDEFAULT = clang
1212ESMF_CPPDEFAULT = clang -E -P -x c
@@ -239,7 +239,7 @@ ESMF_F90LINKLIBS += -lrt -lstdc++ -ldl
239239# ###########################################################
240240# Link against libesmf.a using the C++ linker front-end
241241#
242- ESMF_CXXLINKLIBS += -lrt -lFortranRuntime - lFortranDecimal -lstdc++ -lm -ldl
242+ ESMF_CXXLINKLIBS += -lrt -lFortranDecimal -lstdc++ -lm -ldl
243243
244244# ###########################################################
245245# Linker option that ensures that the specified libraries are
You can’t perform that action at this time.
0 commit comments