FFLAGS.rst 480 B

123456789
  1. FFLAGS
  2. ------
  3. Default compilation flags to be used when compiling ``Fortran`` files. Will only
  4. be used by CMake on the first configuration to determine ``Fortran`` default
  5. compilation flags, after which the value for ``FFLAGS`` is stored in the cache
  6. as :variable:`CMAKE_Fortran_FLAGS <CMAKE_<LANG>_FLAGS>`. For any configuration
  7. run (including the first), the environment variable will be ignored if
  8. the :variable:`CMAKE_Fortran_FLAGS <CMAKE_<LANG>_FLAGS>` variable is defined.