Tune native compiler options

This commit is contained in:
Leonid Stashevsky
2019-02-06 17:47:42 +03:00
committed by Leonid Stashevsky
parent cb670ec8e0
commit a37fba661f

View File

@@ -9,6 +9,7 @@ kotlin.incremental.multiplatform=true
# gradle
org.gradle.daemon=true
org.gradle.jvmargs=-Xmx2g -XX:MaxPermSize=2048m -XX:+HeapDumpOnOutOfMemoryError -Dfile.encoding=UTF-8
org.jetbrains.kotlin.native.jvmArgs=-XX:TieredStopAtLevel=1
# kotlin
kotlin_version=1.3.21