summaryrefslogtreecommitdiff
path: root/doc/source/dev/development_environment.rst
diff options
context:
space:
mode:
authormattip <matti.picus@gmail.com>2019-10-25 11:45:11 +0300
committermattip <matti.picus@gmail.com>2019-10-25 12:42:08 +0300
commit4c2b4d8fb2d1b37df621433fbb2f0e3dabb82058 (patch)
tree5787f0f334a888d74b64b55e48d74819da385eeb /doc/source/dev/development_environment.rst
parentc47061de6fc234e0d4438bc4cef6510c89a495c2 (diff)
downloadnumpy-4c2b4d8fb2d1b37df621433fbb2f0e3dabb82058.tar.gz
BUILD, DOC: remove the std=c99 flag from docs, builds, add release note
Diffstat (limited to 'doc/source/dev/development_environment.rst')
-rw-r--r--doc/source/dev/development_environment.rst3
1 files changed, 1 insertions, 2 deletions
diff --git a/doc/source/dev/development_environment.rst b/doc/source/dev/development_environment.rst
index 9d618cc9f..297502b31 100644
--- a/doc/source/dev/development_environment.rst
+++ b/doc/source/dev/development_environment.rst
@@ -11,8 +11,7 @@ Recommended development setup
Since NumPy contains parts written in C and Cython that need to be
compiled before use, make sure you have the necessary compilers and Python
development headers installed - see :ref:`building-from-source`. Building
-NumPy as of version ``1.17`` requires a C99 compliant compiler. For
-some older compilers this may require ``export CFLAGS='-std=c99'``.
+NumPy as of version ``1.17`` requires a C99 compliant compiler.
Having compiled code also means that importing NumPy from the development
sources needs some additional steps, which are explained below. For the rest