Disable debug build for stdlib temporary

This commit is contained in:
Pavel Punegov
2018-12-28 16:16:51 +03:00
committed by Pavel Punegov
parent 3a5cc6c5f1
commit 6858090989
+2 -1
View File
@@ -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')}",