diff options
author | Jelle Raaijmakers <jelle@gmta.nl> | 2022-01-12 16:37:11 +0100 |
---|---|---|
committer | Andreas Kling <kling@serenityos.org> | 2022-01-14 21:38:09 +0100 |
commit | a0086c033ddfe2d18aa5d0704fe09c63a2a18a01 (patch) | |
tree | 0a291be12ef2ea5b73d76aa9dcfcd865d06b87bc /Ports | |
parent | 0424a4aa71ea5d1875785cfef50974959155bdb7 (diff) | |
download | serenity-a0086c033ddfe2d18aa5d0704fe09c63a2a18a01.zip |
Ports: Do not strip debug symbols from ScummVM
Release mode strips the debug symbols from the resulting binaries,
making it harder than necessary to read backtraces.
Diffstat (limited to 'Ports')
-rwxr-xr-x | Ports/scummvm/package.sh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Ports/scummvm/package.sh b/Ports/scummvm/package.sh index 77c1824073..42acc0dc3a 100755 --- a/Ports/scummvm/package.sh +++ b/Ports/scummvm/package.sh @@ -7,7 +7,6 @@ auth_type=sha256 depends=("freetype" "libiconv" "libjpeg" "libpng" "libtheora" "SDL2") configopts=( "--enable-c++11" - "--enable-release-mode" "--enable-optimizations" "--with-sdl-prefix=${SERENITY_INSTALL_ROOT}/usr/local" ) |