apply -UNDEBUG to coupt flags instead of global settings#964
apply -UNDEBUG to coupt flags instead of global settings#964tmckayus wants to merge 2 commits intoNVIDIA:mainfrom
Conversation
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (3)
💤 Files with no reviewable changes (1)
🚧 Files skipped from review as they are similar to previous changes (1)
📝 WalkthroughWalkthroughMoves Changes
Estimated code review effort🎯 3 (Moderate) | ⏱️ ~20 minutes 🚥 Pre-merge checks | ✅ 3✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
📝 Coding Plan
Comment |
|
/ok to test b2eddb2 |
|
The previous way of doing this added -UNDEBUG to everything built under the cpp directory, including fetched dependencies, if assert mode was enabled. This change applies it only to the cuopt specific compilation flags. |
don't pass -UNDEBUG to other libraries we may build