cardano-community / cncli

Apache License 2.0
53 stars 13 forks source link

+crt-static #27

Closed AndrewWestberg closed 1 year ago

AndrewWestberg commented 1 year ago

Description

Add +crt-static flag to the build options

Motivation and context

build cncli using static libraries so the binary can run more places without being specifically built for that platform.

How has this been tested?

Tested by @redoracle on Debian

Notes

In order to build static, a user building manually MUST specify the target. The docs have been updated to reflect this, but some tools that are automating cncli compiling may need to be updated.

michaeljfazio commented 1 year ago

Looks good to me. Portability FTW