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

User-defined GHC flags override the default ones. #607

Merged
merged 1 commit into from
Jan 22, 2019

Conversation

picnoir
Copy link
Contributor

@picnoir picnoir commented Jan 22, 2019

When the same flag (eg. -vx) is instantiated several times with
different values, GHC uses the outermost one.

This PR switches the order we append the user-defined flags.

Fixes #601

@picnoir picnoir force-pushed the nin-compiler-flags-reordering branch from 15e7cd6 to 34d839c Compare January 22, 2019 10:35
When the same flag (eg. -vx) is instanciated several times with
different values, GHC uses the outermost one.
@picnoir picnoir force-pushed the nin-compiler-flags-reordering branch from 34d839c to 7cf17f9 Compare January 22, 2019 13:39
@mboes mboes merged commit 17481ef into master Jan 22, 2019
@mboes mboes deleted the nin-compiler-flags-reordering branch January 22, 2019 16:57
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.

2 participants