git: 89ed2ecb14ce - main - Disable compressed debug by default
Ed Maste
emaste at FreeBSD.org
Thu Aug 5 12:36:20 UTC 2021
The branch main has been updated by emaste:
URL: https://cgit.FreeBSD.org/src/commit/?id=89ed2ecb14ceabc27883282cf96559a9e7d52717
commit 89ed2ecb14ceabc27883282cf96559a9e7d52717
Author: Ed Maste <emaste at FreeBSD.org>
AuthorDate: 2021-08-05 12:34:03 +0000
Commit: Ed Maste <emaste at FreeBSD.org>
CommitDate: 2021-08-05 12:36:00 +0000
Disable compressed debug by default
In c910570e7573 I enabled compressed debug sections, but it broke mips
and powerpc. Disable it for now.
Reported by: jenkins, manu
Sponsored by: The FreeBSD Foundation
---
share/mk/bsd.sys.mk | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/share/mk/bsd.sys.mk b/share/mk/bsd.sys.mk
index a964cf6e596c..031d49bbaca2 100644
--- a/share/mk/bsd.sys.mk
+++ b/share/mk/bsd.sys.mk
@@ -247,7 +247,7 @@ CFLAGS+= ${SSP_CFLAGS}
# Additional flags passed in CFLAGS and CXXFLAGS when MK_DEBUG_FILES is
# enabled.
-DEBUG_FILES_CFLAGS?= -g -gz=zlib
+DEBUG_FILES_CFLAGS?= -g
# Allow user-specified additional warning flags, plus compiler and file
# specific flag overrides, unless we've overridden this...
More information about the dev-commits-src-main
mailing list