소스 검색

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