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

Rebuilds all code when modified a single file #113

Open
tvl83 opened this issue May 8, 2018 · 1 comment
Open

Rebuilds all code when modified a single file #113

tvl83 opened this issue May 8, 2018 · 1 comment

Comments

@tvl83
Copy link

tvl83 commented May 8, 2018

I work for MasterNodes.pro and we routinely have to modify coins code with small tweaks to make our information gathering easier/quicker/more accurate.

I have modified a single file of your coin and uploaded it and it has to rebuild the entire thing. Most other coins detects only what has been changed and just recompiles that file.

Is this something that can be changed for your coin ? It makes it a very long process when doing multiple iterations testing things.

If I figure out how this works I'll do a PR

Thank you,

Thomas Le

@HashUnlimited
Copy link

We are not actively working on this old code but your comment suggests you are modding a header file used in many places. Old codebases aren’t structured very explicitly so wherever your change is used or a reference of it, it will compile. That’s pretty normal.
Let us know what you like to enhance and we will consider in the updates if just minor.

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

2 participants