aboutsummaryrefslogtreecommitdiff
path: root/example_project
diff options
context:
space:
mode:
authorBrad Richardson <brichardson@structint.com>2020-03-31 15:27:30 -0500
committerBrad Richardson <brichardson@structint.com>2020-03-31 15:27:30 -0500
commit623a9d5a2f4decf0bb71f8d44d21148b141f6204 (patch)
treeec44248ed14e23d375ff64161ca0234c56dd050d /example_project
parent43b28f9559cb4cb3affb1bee7063bf27399c7b31 (diff)
downloadfpm-623a9d5a2f4decf0bb71f8d44d21148b141f6204.tar.gz
fpm-623a9d5a2f4decf0bb71f8d44d21148b141f6204.zip
Remove compiler flags from toml
Diffstat (limited to 'example_project')
-rw-r--r--example_project/fpm.toml2
1 files changed, 0 insertions, 2 deletions
diff --git a/example_project/fpm.toml b/example_project/fpm.toml
index fae3512..f2ae1c8 100644
--- a/example_project/fpm.toml
+++ b/example_project/fpm.toml
@@ -6,8 +6,6 @@ maintainer = "example@example.com"
copyright = "2020 Author"
dependencies = []
compiler = "gfortran"
-debug-options = ["-g", "-Wall", "-Wextra", "-Werror", "-pedantic"]
-release-options = ["-O3"]
[executables.example_project]
main = "main.f90"