[K/N] Fix KT-57848
This commit is contained in:
committed by
Space Team
parent
468d524a74
commit
fb5b143c1d
@@ -212,7 +212,9 @@ sealed class ClangArgs(
|
|||||||
*/
|
*/
|
||||||
val clangXXArgs: Array<String> = clangArgs + when (configurables) {
|
val clangXXArgs: Array<String> = clangArgs + when (configurables) {
|
||||||
is AppleConfigurables -> arrayOf(
|
is AppleConfigurables -> arrayOf(
|
||||||
"-stdlib=libc++"
|
"-stdlib=libc++",
|
||||||
|
// KT-57848
|
||||||
|
"-Dat_quick_exit=atexit", "-Dquick_exit=exit",
|
||||||
)
|
)
|
||||||
else -> emptyArray()
|
else -> emptyArray()
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user