79338195

Date: 2025-01-08 07:01:33
Score: 0.5
Natty:
Report link

Binaries in examples/ use different default build settings compared to src/. This can disable optimizations like LTO, leading to larger binaries.

Make sure your Cargo.toml has LTO enabled for all builds:

[profile.release]
lto = true

This should reduce the binary size

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Amadeus