We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 79cb1f7 commit d3dacaeCopy full SHA for d3dacae
packages.d/pygame/pygame.sh
@@ -336,7 +336,7 @@ then
336
337
[ -f ${TARGET_FILE} ] && rm ${TARGET_FILE} ${TARGET_FILE}.map
338
339
- COPTS="-O2 -g3" emcc -shared -fpic -o ${TARGET_FILE} $SDKROOT/prebuilt/emsdk/libpygame${PYMAJOR}.${PYMINOR}.a $SDL2
+ COPTS="-Os -g0" emcc -shared -fpic -o ${TARGET_FILE} $SDKROOT/prebuilt/emsdk/libpygame${PYMAJOR}.${PYMINOR}.a $SDL2
340
341
# github CI does not build wheel for now.
342
echo ${WHEEL_DIR}
0 commit comments