X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=blobdiff_plain;f=c-bindings-gen%2FCargo.toml;h=dedeade8f8e28e3746f5754ba8d25cb9608a40f4;hb=2462e4306349623c9165ed0d36d7e9cd9115cfcb;hp=6f4716e82a3f5e94630a8b3b2aeed36bd50aa255;hpb=82cf71199dcbd866177f5e91abb852cdc1d221e8;p=rust-lightning diff --git a/c-bindings-gen/Cargo.toml b/c-bindings-gen/Cargo.toml index 6f4716e8..dedeade8 100644 --- a/c-bindings-gen/Cargo.toml +++ b/c-bindings-gen/Cargo.toml @@ -8,5 +8,8 @@ edition = "2018" syn = { version = "1", features = ["full", "extra-traits"] } proc-macro2 = "1" +[profile.release] +debug = true + # We're not in the workspace as we're just a binary code generator: [workspace]