79655348

Date: 2025-06-06 02:30:00
Score: 2.5
Natty:
Report link

In g++ generated .d files, : | denotes an order-only dependency in GNU Make, meaning the dependency after | must exist but won't trigger a rebuild if modified. This is commonly used for directories or indirect prerequisites that don't affect the target's content but are required for the build process.

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Dilen-dev