Cargo Features

[dependencies]
nrfxlib-sys = { version = "2.4.2", default-features = false, features = ["arm-none-eabi-objcopy", "llvm-objcopy"] }
default = llvm-objcopy

The llvm-objcopy feature is set by default whenever nrfxlib-sys is added without default-features = false somewhere in the dependency tree.

arm-none-eabi-objcopy
llvm-objcopy build default

Enables llvm-tools

nrfxlib-sys has 3 features without comments.