@0x/asset-swapper: Tweak compiler settings for smaller sampler size (#229)

Co-authored-by: Lawrence Forman <me@merklejerk.com>
This commit is contained in:
Lawrence Forman
2021-05-05 18:36:38 -04:00
committed by GitHub
parent fb249f02fc
commit 1d6ca5f6b5
3 changed files with 12 additions and 2 deletions

View File

@@ -6,7 +6,7 @@
"shouldSaveStandardInput": true,
"compilerSettings": {
"evmVersion": "istanbul",
"optimizer": { "enabled": false, "runs": 200, "details": { "yul": true } },
"optimizer": { "enabled": true, "runs": 200, "details": { "yul": true, "deduplicate": true } },
"outputSelection": {
"*": {
"*": [