summaryrefslogtreecommitdiff
path: root/Ports
diff options
context:
space:
mode:
authorJelle Raaijmakers <jelle@gmta.nl>2022-01-12 16:37:11 +0100
committerAndreas Kling <kling@serenityos.org>2022-01-14 21:38:09 +0100
commita0086c033ddfe2d18aa5d0704fe09c63a2a18a01 (patch)
tree0a291be12ef2ea5b73d76aa9dcfcd865d06b87bc /Ports
parent0424a4aa71ea5d1875785cfef50974959155bdb7 (diff)
downloadserenity-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-xPorts/scummvm/package.sh1
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"
)