diff --git a/CMakeOptions.txt b/CMakeOptions.txt index 94748f9c83..f6d07a855b 100644 --- a/CMakeOptions.txt +++ b/CMakeOptions.txt @@ -49,12 +49,7 @@ option(BUILD_sharkd "Build sharkd" ON) option(BUILD_mmdbresolve "Build MaxMind DB resolver" ON) option(BUILD_fuzzshark "Build fuzzshark" OFF) -if (USE_MSYSTEM) - # XXX Doesn't build cleanly yet with GCC. - option(ENABLE_WERROR "Treat warnings as errors" OFF) -else() - option(ENABLE_WERROR "Treat warnings as errors" ON) -endif() +option(ENABLE_WERROR "Treat warnings as errors" ON) # Debugging is enabled for "Debug" and "RelWithDebInfo" build types. option(ENABLE_DEBUG "Enable debugging for all build configurations" OFF) # UTF-8 debugging is enabled for "Debug" and "RelWithDebInfo" build types.