Closed milancurcic closed 8 years ago
yes. I'll look into it.
I am discussing this issue over at http://stackoverflow.com/questions/35117315/so-what-is-am-fcflags , if you're interested. The consclusion so far is that I shouldn't set AM_FCFLAGS.
I will investigate further.
I "think" this is now fixed. I've done my own testing, and it looks OK.
It could definitely use some testing by others though, esp. where other compilers are concerned. I have not been able to perform configuration tests in the presence of alternative compilers.
Right, I believe this is fixed, I just forgot to close the issue few days ago. Thanks!!
Specifying FCFLAGS when running configure, for example:
does not affect what flags are being used when running
make
. In fact, the flags are always-Wall -O0 -C -fbacktrace
, which are the gfortran flags hardwired insrc/lib/Makefile.am
:Specifying FC works as expected.
@blippy can you look into this at your convenience? Thanks!