X-Git-Url: http://git.bitcoin.ninja/index.cgi?p=ldk-c-bindings;a=blobdiff_plain;f=c-bindings-gen%2FCargo.toml;h=d5f808920bf275e75f458eea1c5bb7a66d18b269;hp=dedeade8f8e28e3746f5754ba8d25cb9608a40f4;hb=HEAD;hpb=1495575b517c90da925698da14f627bf0d5b313f diff --git a/c-bindings-gen/Cargo.toml b/c-bindings-gen/Cargo.toml index dedeade..d5f8089 100644 --- a/c-bindings-gen/Cargo.toml +++ b/c-bindings-gen/Cargo.toml @@ -7,8 +7,13 @@ edition = "2018" [dependencies] syn = { version = "1", features = ["full", "extra-traits"] } proc-macro2 = "1" +quote = "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: