summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next/Build
diff options
context:
space:
mode:
authorMatthias Klose <doko42@users.noreply.github.com>2018-04-30 18:07:55 (GMT)
committerGitHub <noreply@github.com>2018-04-30 18:07:55 (GMT)
commit10f715d71218ece737f990fa55027b8e1120cc3a (patch)
treeef1f1018c4a148c8732b1dbf6321106e45200cd5 /Misc/NEWS.d/next/Build
parent7e3545c70cdecd86ffa8fcbffd79b4f78560679f (diff)
downloadcpython-10f715d71218ece737f990fa55027b8e1120cc3a.zip
cpython-10f715d71218ece737f990fa55027b8e1120cc3a.tar.gz
cpython-10f715d71218ece737f990fa55027b8e1120cc3a.tar.bz2
Enable the verbose build for extension modules with GNU make (#6659)
Diffstat (limited to 'Misc/NEWS.d/next/Build')
-rw-r--r--Misc/NEWS.d/next/Build/2018-04-30-17-36-46.bpo-33394._Vdi4t.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Build/2018-04-30-17-36-46.bpo-33394._Vdi4t.rst b/Misc/NEWS.d/next/Build/2018-04-30-17-36-46.bpo-33394._Vdi4t.rst
new file mode 100644
index 0000000..b25fbb0
--- /dev/null
+++ b/Misc/NEWS.d/next/Build/2018-04-30-17-36-46.bpo-33394._Vdi4t.rst
@@ -0,0 +1,2 @@
+Enable the verbose build for extension modules, when GNU make is passed
+macros on the command line.