-
Notifications
You must be signed in to change notification settings - Fork 454
chore(build, crashtracker): build w/ debug symbols #14286
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
base: main
Are you sure you want to change the base?
Conversation
|
Bootstrap import analysisComparison of import times between this PR and base. SummaryThe average import time from this PR is: 265 ± 2 ms. The average import time from base is: 267 ± 2 ms. The import time difference between this PR and base is: -1.41 ± 0.09 ms. Import time breakdownThe following import paths have shrunk:
|
Performance SLOsCandidate: taegyunkim/prof-12156-with-debug (c18f125) 🔵 No Baseline Data (24 suites)🔵 coreapiscenario - 12/12 (2 unstable)🔵 No baseline data available for this suite
|
…e that RECORD is properly updated after modifying .so files
…/dd-trace-py into taegyunkim/prof-12156-with-debug
…_dir and just put it in debugwheelhouse
Build all native extensions (except for psutil) with debug symbols by default
RelWithDebInfo
is useddebug = "line-tables-only"
inCargo.toml
For both Linux and macOS, we emit debug symbols and then strip them from the shared libraries.
This step is done before auditing/delocating wheel in the build GH actions.
Checklist
Reviewer Checklist