Disable debug build for stdlib temporary
This commit is contained in:
committed by
Pavel Punegov
parent
3a5cc6c5f1
commit
6858090989
@@ -196,7 +196,8 @@ targetList.each { target ->
|
|||||||
"-Dfile.encoding=UTF-8"]
|
"-Dfile.encoding=UTF-8"]
|
||||||
|
|
||||||
def defaultArgs = ['-nopack', '-nostdlib', '-nodefaultlibs', '-ea' ]
|
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,
|
def konanArgs = [*defaultArgs,
|
||||||
'-target', target,
|
'-target', target,
|
||||||
"-Xruntime=${project(':runtime').file('build/' + target +'/runtime.bc')}",
|
"-Xruntime=${project(':runtime').file('build/' + target +'/runtime.bc')}",
|
||||||
|
|||||||
Reference in New Issue
Block a user