Skip to content

Commit

Permalink
Merge branch 'master' into linux_testing
Browse files Browse the repository at this point in the history
  • Loading branch information
osa1 authored Aug 12, 2024
2 parents 4e8d196 + e656e5a commit 237ed33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/test_core/lib/src/runner/wasm_compiler_pool.dart
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ class WasmCompilerPool extends CompilerPool {
'compile',
'wasm',
'--enable-asserts',
'--packages=${(await packageConfigUri).path}',
'--packages=${(await packageConfigUri).toFilePath()}',
for (var experiment in enabledExperiments)
'--enable-experiment=$experiment',
'-O0',
Expand Down

0 comments on commit 237ed33

Please sign in to comment.