Skip to content

Commit

Permalink
add generic boilerplate removal to defaults.json
Browse files Browse the repository at this point in the history
  • Loading branch information
blattm committed Aug 29, 2024
1 parent 118cd08 commit 31dce6d
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions decompiler/util/default.json
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,16 @@
"is_hidden_from_cli": false,
"argument_name": "--remove-go-prologue"
},
{
"dest": "remove-noreturn-boilerplate.remove_noreturn_boilerplate",
"default": true,
"title": "Generic no-return boilerplate removal",
"type": "boolean",
"description": "remove boilerplate leading to non-returning functions",
"is_hidden_from_gui": false,
"is_hidden_from_cli": false,
"argument_name": "--remove-no-return-boilerplate"
},
{
"dest": "array-access-detection.enabled",
"default": true,
Expand Down

0 comments on commit 31dce6d

Please sign in to comment.