mirror of
https://github.com/penpot/penpot.git
synced 2025-06-07 12:11:40 +02:00
Merge remote-tracking branch 'origin/staging' into develop
This commit is contained in:
commit
e83be01475
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ _CARGO_PARAMS="--target=wasm32-unknown-emscripten";
|
||||||
|
|
||||||
if [ "$_BUILD_MODE" = "release" ]; then
|
if [ "$_BUILD_MODE" = "release" ]; then
|
||||||
_CARGO_PARAMS="--release $_CARGO_PARAMS"
|
_CARGO_PARAMS="--release $_CARGO_PARAMS"
|
||||||
EMCC_CFLAGS="-Os $EMCC_FLAGS"
|
EMCC_CFLAGS="-Os $EMCC_CFLAGS"
|
||||||
else
|
else
|
||||||
# TODO: Extra parameters that could be good to look into:
|
# TODO: Extra parameters that could be good to look into:
|
||||||
# -gseparate-dwarf
|
# -gseparate-dwarf
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue