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

Makefile: pass LDFLAGS first, then LDLIBS #252

Merged
merged 1 commit into from
Nov 14, 2023

Conversation

vszakats
Copy link
Member

@vszakats vszakats commented Nov 11, 2023

Some LDFLAGS are positional and affect how LDLIBS are interpreted.
Not a hard rule, but perhaps it's more usual to pass the libs last.

Ref: curl/curl-for-win@764fa9b

Some `LDFLAGS` are positional and affect how `LDLIBS` are interpreted.
Not a hard rule, but perhaps it's more usual to pass the libs last.

Ref: curl/curl-for-win@764fa9b
@vszakats vszakats merged commit 6734b4c into curl:master Nov 14, 2023
9 checks passed
@vszakats vszakats deleted the ld-option-order branch November 14, 2023 09:13
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.

1 participant