19 lines
648 B
Text
19 lines
648 B
Text
![]() |
#!/hint/bash
|
||
|
#
|
||
|
# @sysconfdir@/makepkg.conf.d/fortran.conf
|
||
|
#
|
||
|
|
||
|
#########################################################################
|
||
|
# FORTRAN LANGUAGE SUPPORT
|
||
|
#########################################################################
|
||
|
|
||
|
# Flags used for the Fortran compiler, similar in spirit to CFLAGS. Read
|
||
|
# linkman:gfortran[1] for more details on the available flags.
|
||
|
#FFLAGS="-O2 -pipe"
|
||
|
#FCFLAGS="$FFLAGS"
|
||
|
|
||
|
# Additional compiler flags appended to `FFLAGS` and `FCFLAGS` for use in debugging. Usually
|
||
|
# this would include: ``-g''. Read linkman:gfortran[1] for more details on the wide
|
||
|
# variety of compiler flags available.
|
||
|
#DEBUG_FFLAGS="-g"
|