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.
This commit is contained in:
Jelle Raaijmakers 2022-01-12 16:37:11 +01:00 committed by Andreas Kling
parent 0424a4aa71
commit a0086c033d

View file

@ -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"
)