Skip to content

Commit d3dacae

Browse files
committed
optim
1 parent 79cb1f7 commit d3dacae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages.d/pygame/pygame.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -336,7 +336,7 @@ then
336336

337337
[ -f ${TARGET_FILE} ] && rm ${TARGET_FILE} ${TARGET_FILE}.map
338338

339-
COPTS="-O2 -g3" emcc -shared -fpic -o ${TARGET_FILE} $SDKROOT/prebuilt/emsdk/libpygame${PYMAJOR}.${PYMINOR}.a $SDL2
339+
COPTS="-Os -g0" emcc -shared -fpic -o ${TARGET_FILE} $SDKROOT/prebuilt/emsdk/libpygame${PYMAJOR}.${PYMINOR}.a $SDL2
340340

341341
# github CI does not build wheel for now.
342342
echo ${WHEEL_DIR}

0 commit comments

Comments
 (0)