Skip to content

Commit

Permalink
adding compilation options
Browse files Browse the repository at this point in the history
  • Loading branch information
tutugordillo committed Nov 26, 2024
1 parent 2a4afd6 commit c249ecd
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion scripts/replicate-generate-standard-json.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,17 @@ def generate_standard_json_input(directory, out_dir):
"settings": {
"optimizer": {
"enabled": True,
"runs": 200
"runs": 200,
"details": {
"peephole": False,
"inliner": False,
"jumpdestRemover": False,
"orderLiterals": False,
"deduplicate": False,
"cse": False,
"constantOptimizer": False
}

},
"outputSelection": {
"*": {
Expand Down

0 comments on commit c249ecd

Please sign in to comment.