From 6d777da24dbe22e2b4cdb8f9f436da25b2e6fcb0 Mon Sep 17 00:00:00 2001 From: Shriya Tyagi Date: Mon, 22 May 2023 18:25:54 +0400 Subject: [PATCH] Enable IR-based compiler --- foundry.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/foundry.toml b/foundry.toml index 19f9b5c..a595869 100644 --- a/foundry.toml +++ b/foundry.toml @@ -3,4 +3,5 @@ src = 'contracts' out = 'out' libs = ['node_modules', 'lib'] test = 'forge-test' -cache_path = 'cache_forge' \ No newline at end of file +cache_path = 'cache_forge' +via-ir = true \ No newline at end of file