Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
devops committed Jan 30, 2024
2 parents a5228f1 + 3716938 commit 6a67430
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -106,4 +106,10 @@ public List<String> convert(String str) {
description = "Emit proof hint instrumentation code into the generated interpreter",
hidden = true)
public boolean enableProofHints;

@Parameter(
names = "--llvm-mutable-bytes",
description = "Use a faster, unsound representation for byte arrays on the LLVM backend",
hidden = true)
public boolean llvmMutableBytes;
}

0 comments on commit 6a67430

Please sign in to comment.