aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaxime Dénès2015-09-16 18:19:50 +0200
committerMaxime Dénès2015-09-16 18:19:50 +0200
commit498cbad3e5e5d69d2ee771f90de45c0fe28cc494 (patch)
treed4c3f8071405f9e16c639f8492f292297fdd653c
parent206cecb06a959dae0ccdeeb0a5d26121b4e1b961 (diff)
Explain new flags for native_compute in CHANGES.
-rw-r--r--CHANGES5
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 70ddb81f4d..c8fca217fd 100644
--- a/CHANGES
+++ b/CHANGES
@@ -46,6 +46,11 @@ API
Tools
- Added an option -w to control the output of coqtop warnings.
+- Configure now takes an optional -native-compiler (yes|no) flag replacing
+ -no-native-compiler. The new flag is set to no by default under Windows.
+- Flag -no-native-compiler was removed and became the default for coqc. If
+ precompilation of files for native conversion test is desired, use
+ -native-compiler.
Changes from V8.5beta1 to V8.5beta2
===================================