-
Notifications
You must be signed in to change notification settings - Fork 115
Open
Labels
specificationIssue regarding fpm manifest and modelIssue regarding fpm manifest and model
Description
Came up in #190 and disabling/enabling the auto discovery features.
Generally, we need a way to customize fpm per package, as a first suggestion for the auto discovery:
[build] # or config, ...
auto-executables = true
auto-tests = falseThe fpm-options could include other information as well, like
[build]
fast-math = false # don't use -ffast-math
standard = "2008"
preprocessor = "fypp"There are two major questions here
- Which table should hold options to customize fpm per package?
- manifest root,
[build],[config], ...
- manifest root,
- Which options do want to include in this section?
- auto-discovery, standard, preprocessor, compiler flags, ...
p-costa, LKedward and certik
Metadata
Metadata
Assignees
Labels
specificationIssue regarding fpm manifest and modelIssue regarding fpm manifest and model