]> git.lyx.org Git - lyx.git/blobdiff - INSTALL
Improve structure of updateMacros
[lyx.git] / INSTALL
diff --git a/INSTALL b/INSTALL
index ad3acf1175a59d885e0630306b78e26d6b57cab8..2861d7b1e866e2bb39a89032a7da31d9a856fcdb 100644 (file)
--- a/INSTALL
+++ b/INSTALL
@@ -208,6 +208,10 @@ The following options allow you to tweak the generated code more
 precisely (see the description of --enable-build-type for the default
 values):
 
+  o --enable-cxx-mode=VALUE can be used to select a C++ standard, for
+    example --enable-cxx-mode=11. The default is to try C++14, and then
+    C++11.
+
   o --enable-optimization=VALUE enables you to set optimization to a
     higher level than the default, for example --enable-optimization=-O3.