Skip to content

Commit

Permalink
retest -Os
Browse files Browse the repository at this point in the history
  • Loading branch information
pmp-p committed Aug 22, 2024
1 parent 6cdf3bc commit 54ff0f3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cibuild/linkweb.sh
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@ pushd src/backend
MODULE="-g0 -O2 -sMODULARIZE=1 -sEXPORT_ES6=1 -sEXPORT_NAME=Module" #OK 7.4M
#MODULE="-g0 -O3 -sMODULARIZE=1 -sEXPORT_ES6=1 -sEXPORT_NAME=Module" # NO
MODULE="-g0 -O2 --closure 0 -sMODULARIZE=1 -sEXPORT_ES6=1 -sEXPORT_NAME=Module"
MODULE="-g0 -Os -sMODULARIZE=1 -sEXPORT_ES6=1 -sEXPORT_NAME=Module"
else
# local debug fast build
MODULE="-g3 -O0 -sMODULARIZE=0 -sEXPORT_ES6=0"
Expand Down

0 comments on commit 54ff0f3

Please sign in to comment.