5 "lightning-block-sync",
9 "lightning-background-processor",
12 # Our tests do actual crypo and lots of work, the tradeoff for -O1 is well worth it.
13 # Ideally we would only do this in profile.test, but profile.test only applies to
14 # the test binary, not dependencies, which means most of the critical code still
15 # gets compiled as -O0. See
16 # https://doc.rust-lang.org/cargo/reference/profiles.html#profile-selection