diff --git a/tools/benchmarksAnalyzer/build.gradle b/tools/benchmarksAnalyzer/build.gradle index 48f2e3d5df8..25e8647557f 100644 --- a/tools/benchmarksAnalyzer/build.gradle +++ b/tools/benchmarksAnalyzer/build.gradle @@ -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") } } diff --git a/tools/benchmarksAnalyzer/gradle.properties b/tools/benchmarksAnalyzer/gradle.properties index 87803bed88a..23a0cc91ff7 100644 --- a/tools/benchmarksAnalyzer/gradle.properties +++ b/tools/benchmarksAnalyzer/gradle.properties @@ -1 +1,2 @@ -org.jetbrains.kotlin.native.home=../../dist \ No newline at end of file +org.jetbrains.kotlin.native.home=../../dist +org.jetbrains.kotlin.native.jvmArgs=-Xmx6G \ No newline at end of file