aboutsummaryrefslogtreecommitdiffhomepage
path: root/INSTALL
diff options
context:
space:
mode:
authorGravatar glondu <glondu@85f007b7-540e-0410-9357-904b9bb8a0f7>2009-02-11 12:46:19 +0000
committerGravatar glondu <glondu@85f007b7-540e-0410-9357-904b9bb8a0f7>2009-02-11 12:46:19 +0000
commitd4cebff2033b0f68162feaa118cb5e43a9277fe1 (patch)
tree7b707e127638d85234f3fca8e284948c55699bbf /INSTALL
parentb0f53dde478905a69982948d69eab2f025c8b14a (diff)
Add -coqtoolsbyteflags and -custom to ./configure...
...and use -custom by default on Windows and MacOS (backport r11895) git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@11913 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL2
1 files changed, 1 insertions, 1 deletions
diff --git a/INSTALL b/INSTALL
index b9b7a6194..00feb1681 100644
--- a/INSTALL
+++ b/INSTALL
@@ -344,6 +344,6 @@ DYNAMICALLY LOADED LIBRARIES FOR BYTECODE EXECUTABLES.
where <path> is the directory where the dllcoqrun.so is installed;
- (not recommended) compile bytecode executables with a custom OCaml
runtime by using:
- ./configure -coqrunbyteflags -custom ...
+ ./configure -custom ...
be aware that stripping executables generated this way, or performing
other executable-specific operations, will make them useless.