-
Notifications
You must be signed in to change notification settings - Fork 37.7k
[travis] Don't store debug info if --enable-debug is set #13650
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
Conversation
ping @theuni |
Doesn't this override the flags completely, so also change optimization etc? (not that it probably matters) |
From the Travis log:
So it seems it isn't being overridden. |
That's weird. It even still passes in |
Yes, the latter option can override the previous one. |
Note to reviewers: This pull request conflicts with the following ones:
If you consider this pull request important, please also help to review the conflicting pull requests. Ideally, start with the one that should be merged first. |
On travis the time is back to 10 minutes and the flags are appended https://travis-ci.org/bitcoin/bitcoin/jobs/405944009#L2388 ACK from me |
14788fb [travis] Don't store debug info if --enable-debug is set (Chun Kuan Lee) Pull request description: After #12686 merged, ccache store huge size of .o files, simply get rid of those useless debug info. Fixes #13748 Tree-SHA512: fb404e2c7d52cd8266548433955c41683ede062f97c8fb7098a887f164bcde48b60e5e533a0a27c7e095fdd9ef88db018b8689adebb2c0e32c8957828629e346
After #12686 merged, ccache store huge size of .o files, simply get rid of those useless debug info.
Fixes #13748