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

Remove --no-as-needed from CGo flags #66

Merged
merged 1 commit into from Feb 8, 2018

Conversation

justincormack
Copy link
Contributor

The --no-as-needed flag is the default so does not affect compilation.
Go 1.9.4 at least does not like additional cgo flags without extra options.

Fixes Windows and Linux builds.

Signed-off-by: Justin Cormack justin.cormack@docker.com

The `--no-as-needed` flag is the default so does not affect compilation.
Go 1.9.4 does not like additional cgo flags without extra options.

Signed-off-by: Justin Cormack <justin.cormack@docker.com>
@dmitris
Copy link
Contributor

dmitris commented Feb 8, 2018

👍

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.

None yet

3 participants