diff --git a/backend.native/build.gradle b/backend.native/build.gradle index b0803ab52ab..eb9b7216860 100644 --- a/backend.native/build.gradle +++ b/backend.native/build.gradle @@ -196,7 +196,8 @@ targetList.each { target -> "-Dfile.encoding=UTF-8"] def defaultArgs = ['-nopack', '-nostdlib', '-nodefaultlibs', '-ea' ] - if (target != "wasm32") defaultArgs += '-g' + // FIXME: disabled temporary while it fails to build with debug info +// if (target != "wasm32") defaultArgs += '-g' def konanArgs = [*defaultArgs, '-target', target, "-Xruntime=${project(':runtime').file('build/' + target +'/runtime.bc')}",