diff -up juffed-0.10/CMakeLists.txt.werr juffed-0.10/CMakeLists.txt --- juffed-0.10/CMakeLists.txt.werr 2013-03-30 16:39:28.000000000 -0500 +++ juffed-0.10/CMakeLists.txt 2015-04-20 22:30:11.890933866 -0500 @@ -26,7 +26,7 @@ set ( CMAKE_MODULE_PATH ${CMAKE_SOURCE_D set ( PREFIX ${CMAKE_INSTALL_PREFIX} ) # switch verbose mode ON or OFF -set ( CMAKE_VERBOSE_MAKEFILE OFF ) +#set ( CMAKE_VERBOSE_MAKEFILE OFF ) #################### # Names and Version @@ -282,7 +282,7 @@ if (ENCA_FOUND) endif (ENCA_FOUND) if ( UNIX ) - set(CMAKE_CXX_FLAGS "-Wall -Werror -Wextra") + set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wall -Wextra") endif ( UNIX ) #