File tree Expand file tree Collapse file tree 1 file changed +2
-5
lines changed
Expand file tree Collapse file tree 1 file changed +2
-5
lines changed Original file line number Diff line number Diff line change @@ -52,16 +52,13 @@ def configure(self):
5252 name = "PRBMath" ,
5353 repo_url = "https://github.com/PaulRBerg/prb-math.git" ,
5454 ref = "<latest-release>" ,
55- compile_only_presets = [
56- # pylint: disable=line-too-long
57- # SettingsPreset.IR_NO_OPTIMIZE, # Error: Yul exception:Variable expr_15699_address is 2 slot(s) too deep inside the stack. Stack too deep.
58- # SettingsPreset.IR_OPTIMIZE_EVM_ONLY, # Error: Yul exception:Variable expr_15699_address is 2 slot(s) too deep inside the stack. Stack too deep.
59- ],
6055 settings_presets = [
6156 SettingsPreset .LEGACY_NO_OPTIMIZE ,
6257 SettingsPreset .LEGACY_OPTIMIZE_EVM_ONLY ,
6358 SettingsPreset .LEGACY_OPTIMIZE_EVM_YUL ,
59+ SettingsPreset .IR_NO_OPTIMIZE ,
6460 SettingsPreset .IR_OPTIMIZE_EVM_YUL ,
61+ SettingsPreset .IR_OPTIMIZE_EVM_ONLY ,
6562 ],
6663)
6764
You can’t perform that action at this time.
0 commit comments