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