|
@@ -1,6 +1,7 @@
|
|
option(HAVE_LOCKS "Build with POSIX locking mechanisms" ON)
|
|
option(HAVE_LOCKS "Build with POSIX locking mechanisms" ON)
|
|
option(WITH_EXAMPLES "Build with examples" OFF)
|
|
option(WITH_EXAMPLES "Build with examples" OFF)
|
|
option(WITH_MEMORY_SPACE_AWARENESS "Build with memory space awareness" OFF)
|
|
option(WITH_MEMORY_SPACE_AWARENESS "Build with memory space awareness" OFF)
|
|
|
|
+option(WITH_COALESCING "Build with coalescing support" OFF)
|
|
option(WITH_STATIC_LIB "Build a static library" OFF)
|
|
option(WITH_STATIC_LIB "Build a static library" OFF)
|
|
option(WITH_SHARED_LIB "Build a shared library" OFF)
|
|
option(WITH_SHARED_LIB "Build a shared library" OFF)
|
|
option(WITH_DOC "Build with documentation" OFF)
|
|
option(WITH_DOC "Build with documentation" OFF)
|