Skip to content

Commit

Permalink
set optimized build
Browse files Browse the repository at this point in the history
  • Loading branch information
peterjah committed Jul 9, 2024
1 parent 28c282e commit b2fe9d8
Show file tree
Hide file tree
Showing 3 changed files with 142 additions and 1,004 deletions.
10 changes: 4 additions & 6 deletions packages/sc-project-initializer/commands/init/asconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,14 @@
"targets": {
"debug": {
"sourceMap": true,
"debug": true,
"transform": ["@massalabs/as-transformer"]
"debug": true
},
"release": {
"sourceMap": true,
"optimizeLevel": 3,
"shrinkLevel": 0,
"converge": false,
"noAssert": false,
"transform": ["@massalabs/as-transformer"]
"shrinkLevel": 3,
"converge": true,
"noAssert": false
}
},
"options": {
Expand Down
Loading

0 comments on commit b2fe9d8

Please sign in to comment.