[MCOL-655] Debugging symbols are missing Created: 2017-04-05 Updated: 2017-04-18 Resolved: 2017-04-18 |
|
| Status: | Closed |
| Project: | MariaDB ColumnStore |
| Component/s: | Build |
| Affects Version/s: | 1.0.8, 1.1.0 |
| Fix Version/s: | 1.0.9, 1.1.0 |
| Type: | Bug | Priority: | Critical |
| Reporter: | Andrew Hutchings (Inactive) | Assignee: | Ben Thompson (Inactive) |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Sprint: | 2017-7, 2017-8 |
| Description |
|
For some reason we have debugging symbols completely disabled in our release builds. This makes it many times harder to analyse core files generated by users. At most the debugging symbols cause a 1% performance difference so there is no good reason to disable them. To fix this we need to do the following:
|
| Comments |
| Comment by Andrew Hutchings (Inactive) [ 2017-04-18 ] |
|
Ran some tests and seems to work well. Our RPM building doesn't strip binaries so no change there. No real testing can be done, we are good to close once merged. |
| Comment by Ben Thompson (Inactive) [ 2017-04-18 ] |
|
Looks good to me, merged and closing. |