diff options
Diffstat (limited to 'example_project/fpm.toml')
-rw-r--r-- | example_project/fpm.toml | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/example_project/fpm.toml b/example_project/fpm.toml index a8bded7..f2ae1c8 100644 --- a/example_project/fpm.toml +++ b/example_project/fpm.toml @@ -6,11 +6,6 @@ maintainer = "example@example.com" copyright = "2020 Author" dependencies = [] compiler = "gfortran" -debug-options = ["-g", "-Wall", "-Wextra", "-Werror", "-pedantic"] -release-options = ["-O3"] - -[library] - source-dir = "src" [executables.example_project] main = "main.f90" |