Ports/scummvm: Enable release mode

This brings the binary's size down to 100 MiB, from about 600 MiB. The
`--enable-optimizations` flag is implied with `--enable-release`.
This commit is contained in:
Jelle Raaijmakers 2023-04-25 20:02:45 +02:00 committed by Sam Atkins
parent 62843befca
commit e283dfdeb6

View file

@ -7,7 +7,7 @@ auth_type=sha256
depends=("freetype" "libiconv" "libjpeg" "libmad" "libmpeg2" "libpng" "libtheora" "SDL2")
configopts=(
"--enable-engine=monkey4"
"--enable-optimizations"
"--enable-release"
"--with-sdl-prefix=${SERENITY_INSTALL_ROOT}/usr/local"
)
launcher_name=ScummVM