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 năm trước cách đây
mục cha
commit
a0086c033d
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  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"
 )