mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 22:27:35 +00:00
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:
parent
62843befca
commit
e283dfdeb6
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue