Topic: Please explain the optional flags

What's the difference between these options, please?

Options
  > Compiler
      > Fortran
          > Compiler flags

and

Options
  > Project
      > Project flags
           > Fortran Compiler

---
John

Re: Please explain the optional flags

John,

The only difference is that:

Options
  > Compiler
      > Fortran
          > Compiler flags

are global flags used all the time by Simply Fortran's compiler, while:

Options
  > Project
      > Project flags
           > Fortran Compiler

are project-specific.  The flags will appear in (generally) the same place in the compiler's command line in the makefile.

Jeff Armstrong
Approximatrix, LLC