Skip to content

Commit

Permalink
That didn't work: revert the argument
Browse files Browse the repository at this point in the history
  • Loading branch information
andybalaam committed Oct 29, 2024
1 parent c405096 commit 1377c3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ dwarf-debug-info = true
# * `-Oz`: optimise for size
# * `-g`: include the "name" section (which holds the printable names for
# symbols) in the output.
wasm-opt = ['-Oz', '-g', '--enable-bulk-memory']
wasm-opt = ['-Oz', '-g']

################################################################################

Expand Down

0 comments on commit 1377c3e

Please sign in to comment.