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_world | |
parent | ed5dd080d45ea4a409e63a5f9b2ff26f1d82d2db (diff) | |
download | fpm-8542a737f116059dad539b4a388ffc493003d280.tar.gz fpm-8542a737f116059dad539b4a388ffc493003d280.zip |
Remove compiler option from `fpm.toml`
Diffstat (limited to 'hello_world')
-rw-r--r-- | hello_world/fpm.toml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/hello_world/fpm.toml b/hello_world/fpm.toml index d715850..b80e8d1 100644 --- a/hello_world/fpm.toml +++ b/hello_world/fpm.toml @@ -1,2 +1 @@ name = "hello_world" -compiler = "gfortran" |