rusticata / asn1-rs

Parsers/Encoders for ASN.1 BER/DER data
Apache License 2.0
9 stars 14 forks source link

RUSTFLAGS='-C target-feature=+crt-static' cargo build --release #19

Open panov-andy opened 1 year ago

panov-andy commented 1 year ago

Hi Guys,

I'm trying statically compile Salvo sample server https://github.com/salvo-rs/salvo/tree/v0.37.x/examples/acme-http01 with the command but getting error. Is it something you can fix?

$ RUSTFLAGS='-C target-feature=+crt-static' cargo build --release
error: cannot produce proc-macro for `asn1-rs-derive v0.4.0` as the target `x86_64-unknown-linux-gnu` does not support these crate types

Thank you.