aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorPierre Roux2020-04-10 17:49:03 +0200
committerPierre Roux2020-04-15 16:38:24 +0200
commit88b1f400ef05142a1f05cd7dcb34a4c682b7ab83 (patch)
tree20d868736b613fa8feac099c84dee90f13866df9 /doc
parent1d7729c1007e320dbae3bc603838da817d40651c (diff)
Ignore -native-compiler option when disabled
Diffstat (limited to 'doc')
-rw-r--r--doc/changelog/07-commands-and-options/12070-native-compiler-disabled.rst5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/changelog/07-commands-and-options/12070-native-compiler-disabled.rst b/doc/changelog/07-commands-and-options/12070-native-compiler-disabled.rst
new file mode 100644
index 0000000000..0f30b5f5e8
--- /dev/null
+++ b/doc/changelog/07-commands-and-options/12070-native-compiler-disabled.rst
@@ -0,0 +1,5 @@
+- **Changed:**
+ Ignore -native-compiler option when built without native compute
+ support.
+ (`#12070 <https://github.com/coq/coq/pull/12070>`_,
+ by Pierre Roux).