79240990

Date: 2024-12-01 06:02:01
Score: 1.5
Natty:
Report link

Set CARGO_PROFILE_dev_OPT_LEVEL=0.

ref: https://doc.rust-lang.org/cargo/reference/environment-variables.html

  • CARGO_PROFILE_<name>_OPT_LEVEL — Set the optimization level, see profile.<name>.opt-level.
Reasons:
  • Probably link only (1):
  • Low length (1):
  • Has code block (-0.5):
Posted by: virchau13