mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 13:18:13 +00:00
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:
parent
0424a4aa71
commit
a0086c033d
1 changed files with 0 additions and 1 deletions
|
@ -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"
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue