浏览代码

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 年之前
父节点
当前提交
a0086c033d
共有 1 个文件被更改,包括 0 次插入1 次删除
  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"
 )