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

make rebuilds the same projects #3

Open
reznikmm opened this issue Apr 30, 2023 · 0 comments
Open

make rebuilds the same projects #3

reznikmm opened this issue Apr 30, 2023 · 0 comments

Comments

@reznikmm
Copy link
Contributor

reznikmm commented Apr 30, 2023

Build takes too long, because make builds the same libraries several times. I guess it's because libraries and binaries project have different options or configuration pragmas.

$ make config all check > ~/aaa.log 2>&1

$ grep "link library.* libleague" ~/aaa.log  
   [link library] libleague-13.1.so
   [link library] libleague-13.1.so
   [link library] libleague-13.1.so
   [link library] libleague-13.1.so
   [link library] libleague-13.1.so
   [link library] libleague-13.1.so
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

No branches or pull requests

1 participant