CMake doesn't enable DEBUG by default, acprep does

This commit is contained in:
John Wiegley 2012-05-20 15:31:29 -05:00
parent 2345f48094
commit 45c2b3307e

View file

@ -15,7 +15,7 @@ option(USE_PYTHON "Build support for the Python scripting bridge" OFF)
option(USE_DOXYGEN "Build reference documentation using Doxygen" OFF) option(USE_DOXYGEN "Build reference documentation using Doxygen" OFF)
option(NO_ASSERTS "Build without any internal consistency checks" OFF) option(NO_ASSERTS "Build without any internal consistency checks" OFF)
option(BUILD_DEBUG "Build support for runtime debugging" ON) option(BUILD_DEBUG "Build support for runtime debugging" OFF)
option(BUILD_LIBRARY "Build and install Ledger as a library" ON) option(BUILD_LIBRARY "Build and install Ledger as a library" ON)
option(BUILD_DOCS "Build and install documentation" OFF) option(BUILD_DOCS "Build and install documentation" OFF)