Skip to content

Commit

Permalink
run booster with --no-fallback-simplify --no-post-exec-simplify
Browse files Browse the repository at this point in the history
  • Loading branch information
jberthold committed Jul 30, 2024
1 parent 3f3c831 commit 86d5efb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions kmxwasm/src/kmxwasm/tools.py
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,8 @@ def explorer(self) -> KCFGExplore:
'100',
'--interim-simplification',
'2000',
'--no-fallback-simplify',
'--no-post-exec-simplify',
# Other options can be added by setting env.var KORE_RPC_OPTS
),
bug_report=self.__bug_report,
Expand Down

0 comments on commit 86d5efb

Please sign in to comment.