X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=blobdiff_plain;ds=sidebyside;f=c-bindings-gen%2FCargo.toml;h=dedeade8f8e28e3746f5754ba8d25cb9608a40f4;hb=e012c4c6ab8540e3918cb780277c4f7483d75f5a;hp=6f4716e82a3f5e94630a8b3b2aeed36bd50aa255;hpb=343aacc50c73e18ddb1ec52570c5050bdccd09ca;p=rust-lightning diff --git a/c-bindings-gen/Cargo.toml b/c-bindings-gen/Cargo.toml index 6f4716e82..dedeade8f 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]