]> sigrok.org Git - pulseview.git/blobdiff - CMakeLists.txt
Include suggested changes by clang-tidy
[pulseview.git] / CMakeLists.txt
index 050e8a351a1f19b30d54b9c24ba3613d11ae1677..380f37a9320cb1567fb5cea95c4fd107f837e73b 100644 (file)
@@ -40,7 +40,7 @@ list(APPEND CMAKE_MODULE_PATH "${CMAKE_SOURCE_DIR}/CMake")
 #= User Options
 #-------------------------------------------------------------------------------
 
-option(DISABLE_WERROR "Build without -Werror" FALSE)
+option(DISABLE_WERROR "Build without -Werror" TRUE)
 option(ENABLE_SIGNALS "Build with UNIX signals" TRUE)
 option(ENABLE_STACKTRACE "Enable stack trace when crashing" FALSE)
 option(ENABLE_DECODE "Build with libsigrokdecode" TRUE)