Explorar o código

Set coalescing ON for Linux Tests target.

Ioannis Koutras %!s(int64=14) %!d(string=hai) anos
pai
achega
1cf9593141
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      DefineOptions.cmake

+ 1 - 0
DefineOptions.cmake

@@ -22,6 +22,7 @@ endif (P2012)
 if (LINUXTEST)
   set(HAVE_LOCKS OFF)
   set(WITH_EXAMPLES ON)
+  set(WITH_COALESCING ON)
   set(WITH_SHARED_LIB ON)
   set(WITH_DOC ON)
 endif (LINUXTEST)