aboutsummaryrefslogtreecommitdiffstats
path: root/CMakeOptions.txt
diff options
context:
space:
mode:
authorJoão Valverde <j@v6e.pt>2022-11-12 21:07:13 +0000
committerJoão Valverde <j@v6e.pt>2022-11-17 11:22:57 +0000
commite1d492e2e0324b8c6cf6b784b5229cebb05c6415 (patch)
treebb1bc25ccf68249dfd95e385a8f5a6a7816ec445 /CMakeOptions.txt
parent2443df73184f22d2a9b49e82e12a9ebb9dffeb14 (diff)
CMake: Do not disable -Werror with "extra compiler warnings"
Give the ENABLE_WERROR option full control of -Werror. Silently overriding the user configuration is potentially confusing and unnecessary.
Diffstat (limited to 'CMakeOptions.txt')
-rw-r--r--CMakeOptions.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeOptions.txt b/CMakeOptions.txt
index a3c57322d8..38ad3896fa 100644
--- a/CMakeOptions.txt
+++ b/CMakeOptions.txt
@@ -59,7 +59,7 @@ option(ENABLE_DEBUG_MBS "Enable extra debug checks for detecting invalid multib
option(ENABLE_CCACHE "Speed up compiling and linking using ccache if possible" OFF)
option(DISABLE_FRAME_LARGER_THAN_WARNING "Disable warning if the size of a function frame is large" OFF)
option(EXTCAP_ANDROIDDUMP_LIBPCAP "Build androiddump using libpcap" OFF)
-option(ENABLE_EXTRA_COMPILER_WARNINGS "Do additional compiler warnings (disables -Werror)" OFF)
+option(ENABLE_EXTRA_COMPILER_WARNINGS "Do additional compiler warnings (noisy)" OFF)
option(ENABLE_CODE_ANALYSIS "Enable the compiler's static analyzer if possible" OFF)
option(ENABLE_ASAN "Enable AddressSanitizer (ASAN) for debugging (degrades performance)" OFF)
option(ENABLE_TSAN "Enable ThreadSanitizer (TSan) for debugging" OFF)