Skip to content

Commit

Permalink
Merge pull request grain-lang#235 from grain-lang/ospencer-patch-1
Browse files Browse the repository at this point in the history
Optimize stdlib AS for speed rather than size
  • Loading branch information
ospencer committed Aug 1, 2020
2 parents 349c02d + 0b5795f commit ad16d53
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions stdlib/asconfig.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"options": {
"-O3z": true,
"-O3": true,
"runtime": "none",
"importMemory": true
}
}
}

0 comments on commit ad16d53

Please sign in to comment.