Browse Source

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.
Jelle Raaijmakers 3 years ago
parent
commit
a0086c033d
1 changed files with 0 additions and 1 deletions
  1. 0 1
      Ports/scummvm/package.sh

+ 0 - 1
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"
 )