summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next/Build
diff options
context:
space:
mode:
authorPablo Galindo Salgado <Pablogsal@gmail.com>2022-08-27 00:49:41 (GMT)
committerGitHub <noreply@github.com>2022-08-27 00:49:41 (GMT)
commit5b070c0d40b0c7dd83b8c4eaa44812e9d2af14f9 (patch)
treed0ef44366854d96a0b3a7d30ed530a471cda48f9 /Misc/NEWS.d/next/Build
parent43a6deadbb40bc93e0eaebb3c56c34f8a3502132 (diff)
downloadcpython-5b070c0d40b0c7dd83b8c4eaa44812e9d2af14f9.zip
cpython-5b070c0d40b0c7dd83b8c4eaa44812e9d2af14f9.tar.gz
cpython-5b070c0d40b0c7dd83b8c4eaa44812e9d2af14f9.tar.bz2
gh-95973: Add a new --with-dsymutil option to link debug information in macOS (GH-95974)
Automerge-Triggered-By: GH:pablogsal
Diffstat (limited to 'Misc/NEWS.d/next/Build')
-rw-r--r--Misc/NEWS.d/next/Build/2022-08-15-10-56-07.gh-issue-95973.Bsswsc.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Build/2022-08-15-10-56-07.gh-issue-95973.Bsswsc.rst b/Misc/NEWS.d/next/Build/2022-08-15-10-56-07.gh-issue-95973.Bsswsc.rst
new file mode 100644
index 0000000..d03bc52
--- /dev/null
+++ b/Misc/NEWS.d/next/Build/2022-08-15-10-56-07.gh-issue-95973.Bsswsc.rst
@@ -0,0 +1,2 @@
+Add a new ``--with-dsymutil`` configure option to to link debug information
+in macOS. Patch by Pablo Galindo.