conradtchan / starfit

Fit stellar abundance measurements to stellar models
Other
2 stars 0 forks source link

gfortran compiler flags #215

Closed 2sn closed 1 year ago

2sn commented 1 year ago

in my f2py codes I usually use the following flags:

F90 = gfortran -c -Ofast -fno-finite-math-only -fPIC -Wall

Can Meson be convinced to use these if the Fortran compiler is gfortran?