7.3.2. _gfortran_set_options

7.3.2 _gfortran_set_options — Set library option flags

Description:

_gfortran_set_options sets several flags related to the Fortran standard to be used, whether backtracing should be enabled and whether range checks should be performed. The syntax allows for upward compatibility since the number of passed flags is specified; for non-passed flags, the default value is used. See also see Code Gen Options. Please note that not all flags are actually used.

Syntax:

void _gfortran_set_options (int num, int options[])

Arguments:
num number of options passed
登录查看完整内容