Enable IR-based compiler

This commit is contained in:
Shriya Tyagi 2023-05-22 18:25:54 +04:00
parent 671c5640bd
commit 6d777da24d

View File

@ -3,4 +3,5 @@ src = 'contracts'
out = 'out' out = 'out'
libs = ['node_modules', 'lib'] libs = ['node_modules', 'lib']
test = 'forge-test' test = 'forge-test'
cache_path = 'cache_forge' cache_path = 'cache_forge'
via-ir = true