mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-25 10:48:53 +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: a0086c033d
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…
Add table
Add a link
Reference in a new issue