mirror of
https://github.com/penpot/penpot.git
synced 2025-04-17 17:24:32 -05: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
|
||||
_CARGO_PARAMS="--release $_CARGO_PARAMS"
|
||||
EMCC_CFLAGS="-Os $EMCC_FLAGS"
|
||||
EMCC_CFLAGS="-Os $EMCC_CFLAGS"
|
||||
else
|
||||
# TODO: Extra parameters that could be good to look into:
|
||||
# -gseparate-dwarf
|
||||
|
|
Loading…
Add table
Reference in a new issue