mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
Add a space in CMake flag description
This commit is contained in:
parent
4b95c7b2a3
commit
14d388e0db
@ -100,7 +100,7 @@ LYX_OPTION(PROFILE "Build profile version" OFF GCC)
|
||||
LYX_OPTION(EXTERNAL_BOOST "Use external boost" OFF GCC)
|
||||
LYX_OPTION(PROGRAM_SUFFIX "Append version suffix to binaries" ON GCC)
|
||||
LYX_OPTION(DEBUG_GLIBC "Enable libstdc++ debug mode" OFF GCC)
|
||||
LYX_OPTION(DEBUG_GLIBC_PEDANTIC "Enable libstdc++pedantic debug mode" OFF GCC)
|
||||
LYX_OPTION(DEBUG_GLIBC_PEDANTIC "Enable libstdc++ pedantic debug mode" OFF GCC)
|
||||
LYX_OPTION(STDLIB_DEBUG "Use debug stdlib" OFF GCC)
|
||||
LYX_OPTION(CONCEPT_CHECKS "Enable concept-checks" OFF GCC)
|
||||
LYX_OPTION(PROFILE "Build with options for gprof" OFF GCC)
|
||||
|
@ -156,7 +156,7 @@ Build options
|
||||
-- LYX_EXTERNAL_BOOST = OFF : Use external boost
|
||||
-- LYX_PROGRAM_SUFFIX = ON : Append version suffix to binaries
|
||||
-- LYX_DEBUG_GLIBC = OFF : Enable libstdc++ debug mode
|
||||
-- LYX_DEBUG_GLIBC_PEDANTIC = OFF : Enable libstdc++pedantic debug mode
|
||||
-- LYX_DEBUG_GLIBC_PEDANTIC = OFF : Enable libstdc++ pedantic debug mode
|
||||
-- LYX_STDLIB_DEBUG = OFF : Use debug stdlib
|
||||
-- LYX_CONCEPT_CHECKS = OFF : Enable concept-checks
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user