Skip to content

Commit

Permalink
fix: disable espresso (temp)
Browse files Browse the repository at this point in the history
  • Loading branch information
sgammon committed Jul 26, 2023
1 parent 6d0bd3f commit a5a0f61
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/cli/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,8 @@ version = rootProject.version as String

val entrypoint = "elide.tool.cli.ElideTool"

val enableEspresso = true
val enableNfi = false
val enableEspresso = false
val enableWasm = true
val enableLlvm = false
val enablePython = false
Expand Down

0 comments on commit a5a0f61

Please sign in to comment.