Skip to content
This repository was archived by the owner on Sep 14, 2021. It is now read-only.

Commit 798518b

Browse files
authored
Update build options to optimize for size/speed (#60)
1 parent 8aeb652 commit 798518b

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

build.release.yaml

+4-1
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,7 @@ targets:
99
compiler: dart2js
1010
# List any dart2js specific args here, or omit it.
1111
dart2js_args:
12-
- --checked
12+
- --fast-startup
13+
- --minify
14+
- --trust-type-annotations
15+
- --trust-primitives

0 commit comments

Comments
 (0)