We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a8bab9 commit 5e7a166Copy full SHA for 5e7a166
sample/build.gradle.kts
@@ -14,7 +14,7 @@ kotlin {
14
it.binaries {
15
executable {
16
entryPoint = "com.github.trueangle.knative.lambda.runtime.sample.main"
17
- freeCompilerArgs += listOf("-Xallocator=mimalloc")
+ // freeCompilerArgs += listOf("-Xallocator=mimalloc")
18
}
19
20
0 commit comments