Skip to content

Commit 6bbbdb1

Browse files
committed
update readme for version 0.5.0
1 parent f02c6e4 commit 6bbbdb1

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,12 @@ By default the `gfortran` executable is assumed to be found in the path. In orde
2626
"fortran.gfortranExecutable": '/usr/local/bin/gfortran-4.7',
2727
}
2828
```
29-
29+
If you want to pass extra options to the `gfortran` executable or override the default one, you can use the setting `fortran.linterExtraArgs`. By default `-Wall` is the only option.
30+
```
31+
{
32+
"fortran.linterExtraArgs": ['-Wall'],
33+
}
34+
```
3035

3136
## Snippets
3237
This is a list of some of the snippets included, if you like to include some additionals snippets please let me know and I will add them.

0 commit comments

Comments
 (0)