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 a0c20fb commit a08209aCopy full SHA for a08209a
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