rustic / com.osm.gradle.plugins.types.config.options.config.target / Triple / linker

linker

open var linker: String?

This is the linker which is passed to rustc (via -C linker=) when the $triple is being compiled for. By defaulhis flag is not passed to the compiler.

open fun linker(value: String?): Unit