Removed -compile_as_stdlib mode, as it is not needed anymore.

Moved "compiler hacker" options to use double dash. Like "--verbose linker".
This commit is contained in:
Alexander Gorshenev
2017-03-21 21:04:49 +03:00
committed by alexander-gorshenev
parent 3189d1d8bc
commit c06eeb096a
6 changed files with 20 additions and 30 deletions
+1 -1
View File
@@ -196,7 +196,7 @@ targetList.each { target ->
"-Dkonan.home=${project.parent.file('dist')}",
"-Djava.library.path=${project.buildDir}/nativelibs"
args('-output', project(':runtime').file("build/${target}/stdlib.kt.bc"),
'-nolink', '-nostdlib', '-compile_as_stdlib', '-ea',
'-nolink', '-nostdlib', '-ea',
'-target', target,
'-runtime', project(':runtime').file("build/${target}/runtime.bc"),
'-properties', project(':backend.native').file('konan.properties'),