We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 12a3bf1 commit e06ec5fCopy full SHA for e06ec5f
learn/building_programs/distributing.md
@@ -81,7 +81,7 @@ in a dynamic library. This enables you to:
81
gfortran -o function.dll function.f90 -shared
82
```
83
84
- or:
+or:
85
86
```shell
87
ifort -exe:function.dll function.f90 -dll
0 commit comments