Skip to content

Commit 5a3330f

Browse files
committed
no compilation rrestrictions when optimizer is off
1 parent 198d8b0 commit 5a3330f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

packages/contracts-bedrock/foundry.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,7 @@ depth = 32
9393

9494
[profile.cicoverage]
9595
optimizer = false
96+
compilation_restrictions = []
9697

9798
[profile.cicoverage.fuzz]
9899
runs = 1
@@ -120,6 +121,8 @@ timeout = 300
120121

121122
[profile.lite]
122123
optimizer = false
124+
compilation_restrictions = []
125+
123126

124127
################################################################
125128
# PROFILE: KONTROL #

0 commit comments

Comments
 (0)