Skip to content

Commit

Permalink
Merge pull request #594 from gareth-nx/doc_compilation
Browse files Browse the repository at this point in the history
Minor update to makefile installation instructions
  • Loading branch information
jvdp1 authored Dec 16, 2021
2 parents e7f423a + 0548ae1 commit 054ddf7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ make -f Makefile.manual ADD_FYPPFLAGS=-DMAXRANK=4

You can also specify the compiler and compiler-flags by setting the ``FC`` and ``FFLAGS`` environmental variables. Among other things, this facilitates use of compiler optimizations that are not specified in the Makefile.manual defaults.
```sh
make -f Makefile.manual ADD_FYPPFLAGS=-DMAXRANK=4 FC=gfortran FFLAGS="-O3 -flto"
make -f Makefile.manual ADD_FYPPFLAGS=-DMAXRANK=4 FC=gfortran FFLAGS="-O3"
```

### Build with [fortran-lang/fpm](https://github.com/fortran-lang/fpm)
Expand Down

0 comments on commit 054ddf7

Please sign in to comment.