mirror of
https://github.com/maplibre/maplibre-rs.git
synced 2025-12-08 19:05:57 +00:00
Do not build std lib by default
This commit is contained in:
parent
67763962fc
commit
f675192442
@ -146,7 +146,7 @@ const wasmPack = () => {
|
||||
"--target", "wasm32-unknown-unknown",
|
||||
"--profile", profile,
|
||||
"--features", `${webgl ? "web-webgl," : ""}`,
|
||||
"-Z", "build-std=std,panic_abort"
|
||||
...(multithreaded ? ["-Z", "build-std=std,panic_abort"] : []),
|
||||
], {
|
||||
cwd: '.',
|
||||
stdio: 'inherit',
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user