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
Notes:
sideshowbarker
2024-07-16 23:55:09 +09:00
Author: https://github.com/gmta Commit: https://github.com/SerenityOS/serenity/commit/e283dfdeb6 Pull-request: https://github.com/SerenityOS/serenity/pull/18512 Reviewed-by: https://github.com/AtkinsSJ ✅
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
Reference in a new issue