aboutsummaryrefslogtreecommitdiff
path: root/doc/changelog/07-commands-and-options/13352-cep-48.rst
diff options
context:
space:
mode:
Diffstat (limited to 'doc/changelog/07-commands-and-options/13352-cep-48.rst')
-rw-r--r--doc/changelog/07-commands-and-options/13352-cep-48.rst12
1 files changed, 0 insertions, 12 deletions
diff --git a/doc/changelog/07-commands-and-options/13352-cep-48.rst b/doc/changelog/07-commands-and-options/13352-cep-48.rst
deleted file mode 100644
index cb2eeea74b..0000000000
--- a/doc/changelog/07-commands-and-options/13352-cep-48.rst
+++ /dev/null
@@ -1,12 +0,0 @@
-- **Changed:**
- Option -native-compiler of the configure script now impacts the
- default value of the option -native-compiler of coqc. The
- -native-compiler option of the configure script is added an ondemand
- value, which becomes the default, thus preserving the previous default
- behavior.
- The stdlib is still precompiled when configuring with -native-compiler
- yes. It is not precompiled otherwise.
- This an implementation of point 2 of
- `CEP #48 <https://github.com/coq/ceps/pull/48>`_
- (`#13352 <https://github.com/coq/coq/pull/13352>`_,
- by Pierre Roux).