Skip to content

Commit d157bfa

Browse files
authored
Update README.md
1 parent ab95eb0 commit d157bfa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ kotlin {
6060
it.binaries {
6161
executable {
6262
entryPoint = "com.github.trueangle.knative.lambda.runtime.sample.main" // Link this to your main function entry point
63-
freeCompilerArgs += listOf("-Xallocator=std")
63+
freeCompilerArgs += listOf("-Xallocator=mimalloc")
6464
}
6565
}
6666
}

0 commit comments

Comments
 (0)