You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Addresses cubic-dev-ai review feedback about suppressed error messages
making dependency issues harder to diagnose.
Changes:
- Added V=1 flag support to show pkg-config/config-tool errors
- Default mode (V=0) remains silent for optional dependencies
- Conditional _dep_stderr variable controls stderr redirection
Usage:
make # Silent mode (original behavior)
make V=1 # Verbose mode (shows all dependency errors)
Testing:
- macOS V=0: No warnings (all dependencies present)
- macOS V=1: No errors (all dependencies present)
- Lima V=0: Silent (cairo/sdl2 missing, no warnings)
- Lima V=1: Shows "Package cairo/sdl2 not found" messages
This preserves the original design goal (no warnings for optional
dependencies) while providing a debug path for diagnosing real issues.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <[email protected]>
0 commit comments