Skip to content

Fix link flags placement in makefiles#20

Open
EgorkaZ wants to merge 1 commit into
cmuparlay:masterfrom
EgorkaZ:fix-makefiles
Open

Fix link flags placement in makefiles#20
EgorkaZ wants to merge 1 commit into
cmuparlay:masterfrom
EgorkaZ:fix-makefiles

Conversation

@EgorkaZ
Copy link
Copy Markdown

@EgorkaZ EgorkaZ commented Jan 22, 2024

If used linker is ld or gold, they'll only properly accept linked objects if they are sorted in reverse topological order: if X depends on Y, X should go before Y. Thus, linked libraries should go last

If used linker is ld or gold, they'll only properly accept linked
objects if they are sorted in reverse topological order:
if X depends on Y, X should go before Y. Thus, linked libraries should
go last
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