Merge pull request #851 from paulromano/gcc-o2

Change default optimization level for gcc
This commit is contained in:
Will Boyd 2017-04-11 07:44:15 -04:00 committed by GitHub
commit 8f405d8107
3 changed files with 20 additions and 10 deletions

View file

@ -231,7 +231,7 @@ optimize
openmp
Enables shared-memory parallelism using the OpenMP API. The Fortran compiler
being used must support OpenMP.
being used must support OpenMP. (Default: on)
coverage
Compile and link code instrumented for coverage analysis. This is typically