Skip to content

Commit

Permalink
always use experimental_codegen - for now
Browse files Browse the repository at this point in the history
  • Loading branch information
charles-cooper committed Oct 28, 2023
1 parent c10e964 commit 2d90a0c
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 @@ -85,7 +85,7 @@ def __init__(
Use experimental codegen. Defaults to False
"""
# to force experimental codegen, uncomment:
# experimental_codegen = True
experimental_codegen = True
self.contract_name = contract_name
self.source_code = source_code
self.interface_codes = interface_codes
Expand Down

0 comments on commit 2d90a0c

Please sign in to comment.