Skip to content

Commit

Permalink
Merge pull request #594 from warrickball/patch-1
Browse files Browse the repository at this point in the history
Render compiler exports as code in Quickstart for developers
  • Loading branch information
clairbarrass authored Apr 11, 2024
2 parents 1e6c122 + 9574104 commit e011b35
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docs/quick-start/quickstart-developers.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@ line, in build scripts, or in configure options. It could be helpful to
set some or all of the following environment variables before running a
build to ensure that the build tool is aware of the wrappers.

export CC=cc
export CXX=CC
export FC=ftn
export F77=ftn
export F90=ftn
export CC=cc
export CXX=CC
export FC=ftn
export F77=ftn
export F90=ftn

`man` pages are available for each wrapper. You can also see the full
set of compiler and linker options being used by passing the
Expand Down

0 comments on commit e011b35

Please sign in to comment.