Files
kotlin-fork/kotlin-native/backend.native
Pavel Kunyavskiy 9e9c9530e7 [K/N] Disable cache on some non-default configurations
There are some compiler keys that affect code-generation or set of
linked runtime libraries. If caching is enabled, this would be handled
incorrectly, as cached version can be built with other combination of
this keys.

For now, we just disable cache for all non-default configurations.
This commit adds more correct definition of this non-default.

^KT-52613
2022-06-07 13:43:49 +00:00
..