mirror of
https://github.com/jlengrand/ktor.git
synced 2026-03-10 08:31:20 +00:00
Tune native compiler options
This commit is contained in:
committed by
Leonid Stashevsky
parent
cb670ec8e0
commit
a37fba661f
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user