diff options
author | Matthias Klose <doko42@users.noreply.github.com> | 2018-04-30 18:07:55 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-04-30 18:07:55 (GMT) |
commit | 10f715d71218ece737f990fa55027b8e1120cc3a (patch) | |
tree | ef1f1018c4a148c8732b1dbf6321106e45200cd5 /Misc/NEWS.d/next/Build | |
parent | 7e3545c70cdecd86ffa8fcbffd79b4f78560679f (diff) | |
download | cpython-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.rst | 2 |
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. |