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

rustFlags

open var rustFlags: Iterable<String?>?

custom flags to pass to all compiler invocations that target $triple this value overrides build.rustflags when both are present

open fun rustFlags(value: Iterable<String?>?): Unit