Skip to content

Commit

Permalink
Update Garbage Collector
Browse files Browse the repository at this point in the history
  • Loading branch information
panindustrial-dev committed Mar 17, 2024
1 parent 9d5aab6 commit 67e6d30
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions dfx.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,23 +5,23 @@
"token": {
"type": "motoko",
"main": "src/Token.mo",
"args": "-v --compacting-gc"
"args": "-v --incremental-gc"
},
"prodtoken": {
"type": "motoko",
"gzip": true,
"main": "src/Token.mo",
"args": "--compacting-gc --release"
"args": "--incremental-gc --release"
},
"allowlist": {
"type": "motoko",
"main": "src/examples/Allowlist.mo",
"args": "-v --compacting-gc"
"args": "-v --incremental-gc"
},
"lotto": {
"type": "motoko",
"main": "src/examples/Lotto.mo",
"args": "-v --compacting-gc"
"args": "-v --incremental-gc"
}
},
"defaults": {
Expand Down

0 comments on commit 67e6d30

Please sign in to comment.