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