Skip to content
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

Allow extra arguments from environment variables #32

Merged
merged 4 commits into from
Jul 9, 2021

Conversation

CohenArthur
Copy link
Member

Closes #20

This PR allows the user to specify extra arguments to give to gccrs or ar via the GCCRS_EXTRA_ARGS and AR_EXTRA_ARGS environment variables.

Once the project is usable and documentation exists, there should be a section dedicated to the environmental variables that it uses.

Note that the aim is not to replace the use of RUSTFLAGS: This is simply in case the user would want to give extra arguments to gccrs specifically.

@CohenArthur CohenArthur merged commit f726058 into main Jul 9, 2021
@CohenArthur CohenArthur deleted the environment-variables branch July 9, 2021 09:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Allow argument passing via environment variables
2 participants