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 Dec 30, 2023
1 parent 45652ce commit 01cec45
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 @@ -51,6 +51,8 @@ class CompilerData:
Runtime bytecode
"""

experimental_codegen: bool = False

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

0 comments on commit 01cec45

Please sign in to comment.