Skip to content

Commit

Permalink
Add experimental codegen flag
Browse files Browse the repository at this point in the history
  • Loading branch information
harkal committed Jan 3, 2024
1 parent bfece8b commit 88b4830
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions vyper/compiler/phases.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,8 @@ class CompilerData:
Runtime bytecode
"""

experimental_codegen: bool = False

def __init__(
self,
file_input: FileInput | str,
Expand Down

0 comments on commit 88b4830

Please sign in to comment.