Skip to content

Commit

Permalink
revert -os to -O2
Browse files Browse the repository at this point in the history
  • Loading branch information
pmp-p committed Aug 23, 2024
1 parent 54ff0f3 commit 4fcac13
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cibuild/linkweb.sh
Original file line number Diff line number Diff line change
Expand Up @@ -94,8 +94,9 @@ pushd src/backend
MODULE="-g0 -Os -sMODULARIZE=1 -sEXPORT_ES6=1 -sEXPORT_NAME=Module" # no plpgsql 7.2M
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 -Os -sMODULARIZE=1 -sEXPORT_ES6=1 -sEXPORT_NAME=Module" # NO 08-23 3.1.65
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 4fcac13

Please sign in to comment.