Increased heap memory for cinterop tool for building libcurl on Windows

This commit is contained in:
Elena Lepilkina
2019-02-05 10:01:24 +03:00
parent fd9321d2bd
commit e50f64bae2
2 changed files with 2 additions and 2 deletions
-1
View File
@@ -125,7 +125,6 @@ kotlin {
binaries {
executable('benchmarksAnalyzer', [RELEASE]) {
if (org.gradle.internal.os.OperatingSystem.current().isWindows()) {
println("-L${getMingwPath()}/lib")
linkerOpts("-L${getMingwPath()}/lib")
}
}
+2 -1
View File
@@ -1 +1,2 @@
org.jetbrains.kotlin.native.home=../../dist
org.jetbrains.kotlin.native.home=../../dist
org.jetbrains.kotlin.native.jvmArgs=-Xmx6G