Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add an argument to wasm-opt to avoid build errors
Browse files Browse the repository at this point in the history
andybalaam committed Oct 29, 2024
1 parent aae6c3f commit 4731a3c
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
@@ -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']
wasm-opt = ['-Oz', '-g', '--detect-features']

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

0 comments on commit 4731a3c

Please sign in to comment.