Skip to content

Commit

Permalink
disable experimental codegen by default
Browse files Browse the repository at this point in the history
  • Loading branch information
charles-cooper committed Nov 28, 2023
1 parent 38b537f commit bcda7a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vyper/compiler/phases.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ def __init__(
Use experimental codegen. Defaults to False
"""
# to force experimental codegen, uncomment:
experimental_codegen = True
# experimental_codegen = True
self.contract_path = contract_path
self.source_code = source_code
self.source_id = source_id
Expand Down

0 comments on commit bcda7a4

Please sign in to comment.