Skip to content

Commit 5e7a166

Browse files
authored
Update build.gradle.kts
1 parent 8a8bab9 commit 5e7a166

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sample/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ kotlin {
1414
it.binaries {
1515
executable {
1616
entryPoint = "com.github.trueangle.knative.lambda.runtime.sample.main"
17-
freeCompilerArgs += listOf("-Xallocator=mimalloc")
17+
// freeCompilerArgs += listOf("-Xallocator=mimalloc")
1818
}
1919
}
2020
}

0 commit comments

Comments
 (0)