mirror of
https://github.com/aljazceru/lightning.git
synced 2025-12-24 09:34:24 +01:00
This controls debug flags for the build, rather than --developer, which is going away. I thought about making this flag control the RUST_PROFILE too, but it seems that we want that set to "release" for CI, whereas for the C code we want --enable-debugbuild. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>