mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-22 07:30:19 +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
Notes:
sideshowbarker
2024-07-17 20:53:32 +09:00
Author: https://github.com/gmta Commit: https://github.com/SerenityOS/serenity/commit/a0086c033dd Pull-request: https://github.com/SerenityOS/serenity/pull/11834 Reviewed-by: https://github.com/Quaker762 ✅ Reviewed-by: https://github.com/sunverwerth ✅
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…
Reference in a new issue