-
-
Notifications
You must be signed in to change notification settings - Fork 3.1k
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
blocks: use auto-generated .c files instead of 'LD -r -b binary' #4536
blocks: use auto-generated .c files instead of 'LD -r -b binary' #4536
Conversation
4508ada
to
fb9fb63
Compare
b58d7b4
to
7db4799
Compare
Rebased, ready to merge |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just one minor thing, otherwise seems good to go.
@moneromooo-monero |
Weird, I'm pretty sure I typed a review comment. It's about making the std::function parameters const refs, as they can get largeish. |
bd04aa7
to
5c12b0c
Compare
There's at least a couple which are still not, functions in core and Blockchain. |
Kinda hard to guess what lines we are talking about. Feel free to comment on these lines. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
done
5c12b0c
to
fd62b6e
Compare
Thanks, done |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ty
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Reviewed
fd62b6e blocks: use auto-generated .c files instead of 'LD -r -b binary' (xiphon)
Rebased #4472 + Fixes OSX compilation