aboutsummaryrefslogtreecommitdiff
path: root/example_project
diff options
context:
space:
mode:
authorBrad Richardson <everythingfunctional@protonmail.com>2020-04-11 12:58:58 -0500
committerGitHub <noreply@github.com>2020-04-11 12:58:58 -0500
commitae3ab0973aab3d443c937bf4edab25933e0df931 (patch)
tree88cf8bb8e6cb657b839f29ad2388314c92a5acb4 /example_project
parentd0f51b8cb936e550110e44b0dcde4ac4c0f3a282 (diff)
parent8571ae8c1ba5c0b082492a4e3b3043a580029494 (diff)
downloadfpm-ae3ab0973aab3d443c937bf4edab25933e0df931.tar.gz
fpm-ae3ab0973aab3d443c937bf4edab25933e0df931.zip
Merge pull request #51 from everythingfunctional/TwoStageSettings
Two stage settings
Diffstat (limited to 'example_project')
-rw-r--r--example_project/fpm.toml5
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"