We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 212bb8f commit 0d0eff3Copy full SHA for 0d0eff3
site/build.yaml
@@ -22,4 +22,6 @@ targets:
22
dart2js:
23
args: [-O4, -Djaspr.flags.release=true]
24
dart2wasm:
25
- args: [-O4, -Djaspr.flags.release=true]
+ # Use -O2 to catch more potential runtime issues, it is not much
26
+ # slower than -O4: https://github.com/dart-lang/site-www/pull/6953#discussion_r2453318668
27
+ args: [-O2, -Djaspr.flags.release=true]
0 commit comments