api / org.gradle.nativeplatform.tasks / StripSymbols

StripSymbols

@Incubating open class StripSymbols : DefaultTask

Strips the debug symbols from a binary

Since
4.5

Constructors

<init>

StripSymbols()

Functions

getBinaryFile

open fun getBinaryFile(): RegularFileProperty

The file that debug symbols should be stripped from. Note that this file remains unchanged and a new stripped binary will be written to the file specified by {#getOutputFile()}.

getOutputFile

open fun getOutputFile(): RegularFileProperty

The destination to write the stripped binary to.

getTargetPlatform

open fun getTargetPlatform(): Property<NativePlatform>

The platform for the binary.

getToolChain

open fun getToolChain(): Property<NativeToolChain>

The tool chain used for striping symbols.

stripSymbols

open fun stripSymbols(): Unit