Skip to content

Commit

Permalink
flags
Browse files Browse the repository at this point in the history
  • Loading branch information
pmp-p committed Dec 22, 2024
1 parent 6b0a8ea commit 4be2cb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cibuild/linkweb.sh
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ _________________________________________________________
# LINKER="-sMAIN_MODULE=1 -sEXPORTED_FUNCTIONS=@exports"


COPTS="-Oz -g0 --closure 0" emcc $EMCC_WEB $LINKER $MODULE \
COPTS="-s -Os -g0 --closure 0" emcc $EMCC_WEB $LINKER $MODULE \
-sTOTAL_MEMORY=${TOTAL_MEMORY} -sSTACK_SIZE=4MB -sGLOBAL_BASE=${CMA_MB}MB \
-fPIC -D__PYDK__=1 -DPREFIX=${PGROOT} \
-sALLOW_TABLE_GROWTH -sALLOW_MEMORY_GROWTH -sERROR_ON_UNDEFINED_SYMBOLS -sASSERTIONS=0 \
Expand Down

0 comments on commit 4be2cb8

Please sign in to comment.