From 9ab764e9fd6de458431b95c2e5106dbe32e9c256 Mon Sep 17 00:00:00 2001 From: Dmitriy Dolovov Date: Mon, 24 May 2021 11:29:12 +0300 Subject: [PATCH] [Native] Disable debug mode in KonanLocalTest (-g) --- kotlin-native/backend.native/tests/build.gradle | 1 - 1 file changed, 1 deletion(-) diff --git a/kotlin-native/backend.native/tests/build.gradle b/kotlin-native/backend.native/tests/build.gradle index c6e648625f6..d69ec5fd5f6 100644 --- a/kotlin-native/backend.native/tests/build.gradle +++ b/kotlin-native/backend.native/tests/build.gradle @@ -5241,7 +5241,6 @@ task buildKonanTests { t -> srcFiles sources baseDir testOutputLocal extraOpts '-ea' // Without this option assertions would remain inactive. - extraOpts '-g' // To include line numbers in stack trace. extraOpts '-tr' extraOpts '-Xverify-ir' extraOpts project.globalTestArgs