上游 · Kotlin compiler options · Native
-linker-options args
Pass multiple arguments to the linker during binary building. Separate arguments with whitespaces.
-list-targets
List the available hardware targets.
-manifest path
Provide a manifest addend file.
-module-name name (Native)
Specify a name for the compilation module. This option can also be used to specify a name prefix for the declarations exported to Objective-C: How do I specify a custom Objective-C prefix/name for my Kotlin framework?
-native-library path (-nl path )
Include the native bitcode library.
-no-default-libs…