[K/JS] Add flag for disabling signature uniqueness checks at klib generating phase
This commit is contained in:
@@ -71,6 +71,10 @@ object CommonConfigurationKeys {
|
||||
val KLIB_NORMALIZE_ABSOLUTE_PATH =
|
||||
CompilerConfigurationKey.create<Boolean>("Normalize absolute paths in klib (replace file separator with '/')")
|
||||
|
||||
@JvmField
|
||||
val PRODUCE_KLIB_SIGNATURES_CLASH_CHECKS =
|
||||
CompilerConfigurationKey.create<Boolean>("Turn on the checks on uniqueness of signatures")
|
||||
|
||||
@JvmField
|
||||
val INCREMENTAL_COMPILATION =
|
||||
CompilerConfigurationKey.create<Boolean>("Enable incremental compilation")
|
||||
|
||||
Reference in New Issue
Block a user