Skip to content

Commit

Permalink
Oz g0 -clo
Browse files Browse the repository at this point in the history
  • Loading branch information
pmp-p committed Dec 22, 2024
1 parent 4365096 commit 6b0a8ea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cibuild/linkweb.sh
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ pushd src/backend
then
export COPTS=${COPTS:-"-O2 -g3"}
else
export COPTS=${COPTS:-"-O3 -g3"}
export COPTS=${COPTS:-"-O2 -g0"}
fi
else
export COPTS="-O2 -g3"
Expand Down Expand Up @@ -202,7 +202,7 @@ _________________________________________________________
# LINKER="-sMAIN_MODULE=1 -sEXPORTED_FUNCTIONS=@exports"


COPTS="-O2 -g0 --closure 0" emcc $EMCC_WEB $LINKER $MODULE \
COPTS="-Oz -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 6b0a8ea

Please sign in to comment.