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

Use the built-in generic C build rules #46

Merged
merged 2 commits into from
Oct 9, 2018

Conversation

vifon
Copy link
Contributor

@vifon vifon commented Oct 5, 2018

These are almost always more correct in terms of being "standard", properly accepting the flags, etc. For instance they correctly use both LDFLAGS and LDLIBS, see #45.

@rgerganov
Copy link
Owner

This patch breaks the build on Linux. I think something is wrong with the order of the compiler flags

@vifon
Copy link
Contributor Author

vifon commented Oct 9, 2018

I believe it would work with #45. When I was opening the PRs, I thought they are independent patches but might not be the case. Can you try rebasing this on top of #45, assuming you're fine with that PR?

@rgerganov
Copy link
Owner

If these are not independent patches, then please merge them into one.

These are almost always more correct in terms of being "standard",
properly accepting the flags, etc.
@vifon vifon force-pushed the makefile_builtin_rules branch from 2fd1584 to a3e99c0 Compare October 9, 2018 14:21
@vifon
Copy link
Contributor Author

vifon commented Oct 9, 2018

Right, I can and should (and just did) do it on my side.

@rgerganov rgerganov merged commit 1028e2e into rgerganov:master Oct 9, 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.

2 participants