2.8. Influencing runtime behavior
2.8 Influencing runtime behavior
These options affect the runtime behavior of programs compiled with GNU Fortran.
-fconvert=conversion
-
Specify the representation of data for unformatted files. Valid values for conversion are: ‘native’, the default; ‘swap’, swap between big- and little-endian; ‘big-endian’, use big-endian representation for unformatted files; ‘little-endian’, use little-endian representation for unformatted files.
This option has an effect only when used in the main program. The
CONVERT
specifier and the GFORTRAN_CONVERT_UNIT environment variable override the default specified by -fconvert. -frecord-marker=length