diff options
author | Brad Richardson <brichardson@structint.com> | 2020-05-03 19:21:35 -0700 |
---|---|---|
committer | Brad Richardson <brichardson@structint.com> | 2020-05-03 19:21:35 -0700 |
commit | 8542a737f116059dad539b4a388ffc493003d280 (patch) | |
tree | 1ec4a97342e9e5603342d5cb8b45c5a66c9a2a2e /hello_complex/fpm.toml | |
parent | ed5dd080d45ea4a409e63a5f9b2ff26f1d82d2db (diff) | |
download | fpm-8542a737f116059dad539b4a388ffc493003d280.tar.gz fpm-8542a737f116059dad539b4a388ffc493003d280.zip |
Remove compiler option from `fpm.toml`
Diffstat (limited to 'hello_complex/fpm.toml')
-rw-r--r-- | hello_complex/fpm.toml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/hello_complex/fpm.toml b/hello_complex/fpm.toml index 8408d3a..d185745 100644 --- a/hello_complex/fpm.toml +++ b/hello_complex/fpm.toml @@ -1,5 +1,4 @@ name = "hello_complex" -compiler = "gfortran" [library] source-dir="source" |