Skip to content

Commit

Permalink
fix: revert changing optimizer to false
Browse files Browse the repository at this point in the history
  • Loading branch information
amusingaxl committed Jul 27, 2023
1 parent ec5bbf1 commit 7f78351
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/test-dssspell-forge.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ done
DSS_EXEC_LIB=$(< DssExecLib.address)
echo "Using DssExecLib at: $DSS_EXEC_LIB"
export FOUNDRY_LIBRARIES="lib/dss-exec-lib/src/DssExecLib.sol:DssExecLib:$DSS_EXEC_LIB"
export FOUNDRY_OPTIMIZER=false
export FOUNDRY_OPTIMIZER=true
export FOUNDRY_OPTIMIZER_RUNS=200
export FOUNDRY_ROOT_CHAINID=1

Expand Down

0 comments on commit 7f78351

Please sign in to comment.