Open bravequickcleverfibreyarn opened 1 year ago
debug option of profile section is obviously ignored.
debug
profile
wasm-pack build --dev run against
wasm-pack build --dev
[profile.dev] debug = false
produces build with names and
wasm-pack build --release against
wasm-pack build --release
[profile.release] debug = true
without.
I.e. profile.debug settings are ignored by wasm-pack build command.
profile.debug
wasm-pack build
Summary
debug
option ofprofile
section is obviously ignored.wasm-pack build --dev
run againstproduces build with names and
wasm-pack build --release
againstwithout.
I.e.
profile.debug
settings are ignored bywasm-pack build
command.