-
Notifications
You must be signed in to change notification settings - Fork 100
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support appending flags #482
Comments
To retain the defaults you can specify the profile you want to append your flags to
Reading from |
Thanks @awvwgk. If I have a set of flags in |
I don't see why
wouldn't work for this purpose. |
We are actually using this already for bootstrapping: Line 69 in 6d9004d
|
That's great. Thanks. |
In other build systems, a user can give a set of flags that are appended to the default set of flags.
fpm build --flag <flags>
overrides the defaults which is not what I want.Also, it'd be great if this was supported as an environment flag
FFLAGS
which would make fpmbehave like every other build system. (CMake, autoconf, setuptools, meson, etc)
The text was updated successfully, but these errors were encountered: