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 5ecffc2 commit f66c11fCopy full SHA for f66c11f
Makefile.system
@@ -754,8 +754,6 @@ CCOMMON_OPT += -DF_INTERFACE_GFORT
754
FCOMMON_OPT += -Wall
755
# make single-threaded LAPACK calls thread-safe #1847
756
FCOMMON_OPT += -frecursive
757
-# work around ABI changes in gfortran 9 that break calls from C code
758
-FCOMMON_OPT += -fno-optimize-sibling-calls
759
#Don't include -lgfortran, when NO_LAPACK=1 or lsbcc
760
ifneq ($(NO_LAPACK), 1)
761
EXTRALIB += -lgfortran
0 commit comments