We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff1bfe7 commit 900d5a3Copy full SHA for 900d5a3
Makefile.system
@@ -744,6 +744,8 @@ CCOMMON_OPT += -DF_INTERFACE_GFORT
744
FCOMMON_OPT += -Wall
745
# make single-threaded LAPACK calls thread-safe #1847
746
FCOMMON_OPT += -frecursive
747
+# work around ABI problem with passing single-character arguments
748
+FCOMMON_OPT += -fno-optimize-sibling-calls
749
#Don't include -lgfortran, when NO_LAPACK=1 or lsbcc
750
ifneq ($(NO_LAPACK), 1)
751
EXTRALIB += -lgfortran
0 commit comments