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.
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.