mirror of
https://github.com/penpot/penpot.git
synced 2026-05-29 11:52:25 +00:00
Merge remote-tracking branch 'origin/staging' into develop
This commit is contained in:
commit
e83be01475
@ -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…
x
Reference in New Issue
Block a user