summaryrefslogtreecommitdiff
path: root/doc/ale-fortran.txt
blob: 4fdeec87b1072896a7d527b5b73560eba0e21a2b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
===============================================================================
ALE Fortran Integration                                   *ale-fortran-options*


-------------------------------------------------------------------------------
gcc                                                           *ale-fortran-gcc*

g:ale_fortran_gcc_executable                     *g:ale_fortran_gcc_executable*
                                                 *b:ale_fortran_gcc_executable*
  Type: |String|
  Default: `'gcc'`

  This variable can be changed to modify the executable used for checking
  Fortran code with GCC.


g:ale_fortran_gcc_options                           *g:ale_fortran_gcc_options*
                                                    *b:ale_fortran_gcc_options*
  Type: |String|
  Default: `'-Wall'`

  This variable can be changed to modify flags given to gcc.


g:ale_fortran_gcc_use_free_form               *g:ale_fortran_gcc_use_free_form*
                                              *b:ale_fortran_gcc_use_free_form*
  Type: |Number|
  Default: `1`

  When set to `1`, the `-ffree-form` flag will be used for GCC, to check files
  with the free form layout. When set to `0`, `-ffixed-form` will be used
  instead, for checking files with fixed form layouts.


-------------------------------------------------------------------------------
  vim:tw=78:ts=2:sts=2:sw=2:ft=help:norl: