X-Git-Url: http://git.bitcoin.ninja/index.cgi?p=ldk-c-bindings;a=blobdiff_plain;f=c-bindings-gen%2FCargo.toml;h=d963e4304943103301ab8756921bb4fcd0ece13c;hp=dedeade8f8e28e3746f5754ba8d25cb9608a40f4;hb=1e11e51e3c21c7a436eeb552757ed1a3d9acbdb6;hpb=83133de25b62f60dae3805d1f35c22d1b0786982 diff --git a/c-bindings-gen/Cargo.toml b/c-bindings-gen/Cargo.toml index dedeade..d963e43 100644 --- a/c-bindings-gen/Cargo.toml +++ b/c-bindings-gen/Cargo.toml @@ -9,6 +9,10 @@ syn = { version = "1", features = ["full", "extra-traits"] } proc-macro2 = "1" [profile.release] +incremental = true +codegen-units = 256 +opt-level = 2 +lto = false debug = true # We're not in the workspace as we're just a binary code generator: