mirror of
https://github.com/oven-sh/bun
synced 2026-02-02 15:08:46 +00:00
Compress debug symbols in debug builds
This commit is contained in:
@@ -88,7 +88,7 @@ endif()
|
||||
if(UNIX)
|
||||
register_compiler_flags(
|
||||
DESCRIPTION "Enable debug symbols"
|
||||
-g3 ${DEBUG}
|
||||
-g3 -gz=zstd ${DEBUG}
|
||||
-g1 ${RELEASE}
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user