X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=INSTALL;h=2ddcd8d055264f7685dbfe65d57025260feb5816;hb=92f46d7aaac9bcb52cce78e688436a56effcfba8;hp=7179dc3b63ea56ccd7e9dd6d0fb4d7f27a26c7d0;hpb=893ae612e4d9f47c8e774b8d9240f52721731542;p=lyx.git diff --git a/INSTALL b/INSTALL index 7179dc3b63..2ddcd8d055 100644 --- a/INSTALL +++ b/INSTALL @@ -106,7 +106,6 @@ flags: optimization -O2 -O2 -O -O2 -O2 assertions X X stdlib-debug X - concept-checks X X warnings X X debug X X X X @@ -223,10 +222,11 @@ The following options allow you to tweak the generated code more precisely (see o --enable-stdlib-debug adds some debug code in the standard library; this slows down the code, but has been helpful in the - past to find bugs. - - o --enable-concept-checks adds some compile-time checks. There is no - run-time penalty. + past to find bugs. Note that this is in general incompatible with + the system boost library (which is used when + --without-included-boost is specified). You may have to use + --disable-stdlib-debug when linking development versions against + your system's boost library. o --enable-monolithic-build[=boost,client,insets,mathed,core,tex2lyx,frontend-qt4] that enables monolithic build of the given parts of the source