8000 feat: Run sanitizers for Debug builds as well by mathbunnyru · Pull Request #2296 · XRPLF/clio · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

feat: Run sanitizers for Debug builds as well #2296

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

Open
wants to merge 2 commits into
base: develop
Choose a base branch
from

Conversation

mathbunnyru
Copy link
Collaborator

Instead of overriding -O3 with -O1 for sanitized builds, let's run sanitized debug builds.
The thing is the generated code might be significantly different for different optimization levels, so it would be better to test the debug builds as well.

Closes: #2209

Copy link
codecov bot commented Jul 7, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 73.21%. Comparing base (687b1e8) to head (b6c4c18).

Additional details and impacted files
@@             Coverage Diff             @@
##           develop    #2296      +/-   ##
===========================================
- Coverage    73.22%   73.21%   -0.01%     
===========================================
  Files          372      372              
  Lines        15277    15277              
  Branches      7727     7727              
===========================================
- Hits         11186    11185       -1     
- Misses        1935     1936       +1     
  Partials      2156     2156              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

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

Successfully merging this pull request may close these issues.

Use -O1 when building with sanitizers (even release builds)
1 participant
0