Skip to content
This repository has been archived by the owner on Jun 16, 2024. It is now read-only.

Commit

Permalink
BaseTask: fix lowering-options specification.
Browse files Browse the repository at this point in the history
  • Loading branch information
kivikakk committed May 13, 2024
1 parent 4d45e56 commit 946a52f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/main/scala/ee/hrzn/chryse/tasks/BaseTask.scala
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@ abstract class BaseTask {
protected val buildDir = "build"

protected val firtoolOpts = Array(
"--lowering-options=disallowLocalVariables",
"--lowering-options=disallowPackedArrays",
"--lowering-options=disallowLocalVariables,disallowPackedArrays",
"-disable-all-randomization",
"-strip-debug-info",
)
Expand Down

0 comments on commit 946a52f

Please sign in to comment.