aboutsummaryrefslogtreecommitdiffstats
path: root/CMakeOptions.txt
diff options
context:
space:
mode:
authorJoão Valverde <joao.valverde@tecnico.ulisboa.pt>2016-03-24 18:22:28 +0000
committerJoão Valverde <j@v6e.pt>2016-03-25 00:49:30 +0000
commit0035e9d9ddd530c9e7998de40a1b6c3daa8b7068 (patch)
treeeb5fef0c0553b3fc5d1c2873afa5068cb34d8cb3 /CMakeOptions.txt
parent4440da9cae829ef76badd5b2fc8a273fcd79298e (diff)
autotools: Reorder extra compiler warnings to come last
Also try to improve check hf description. Change-Id: I7a1e5997dfc7a97cc62e2f2f9cc7c5026468451e Reviewed-on: https://code.wireshark.org/review/14623 Reviewed-by: João Valverde <j@v6e.pt>
Diffstat (limited to 'CMakeOptions.txt')
-rw-r--r--CMakeOptions.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/CMakeOptions.txt b/CMakeOptions.txt
index edd6a0df3b..d4ed10933e 100644
--- a/CMakeOptions.txt
+++ b/CMakeOptions.txt
@@ -25,8 +25,8 @@ option(DISABLE_WERROR "Do not treat warnings as errors" OFF)
option(EXTCAP_ANDROIDDUMP_LIBPCAP "Build androiddump using libpcap" OFF)
option(ENABLE_EXTRA_COMPILER_WARNINGS "Do additional compiler warnings (disables -Werror)" OFF)
option(ENABLE_CODE_ANALYSIS "Enable the compiler's static analyzer if possible" OFF)
-option(ENABLE_ASAN "Enable AddressSanitizer (ASAN) for debugging (May be slow down)" OFF)
-option(ENABLE_CHECKHF_CONFLICT "Enable Check hf conflict for debugging (May be slow start)" OFF)
+option(ENABLE_ASAN "Enable AddressSanitizer (ASAN) for debugging (degrades performance)" OFF)
+option(ENABLE_CHECKHF_CONFLICT "Enable hf conflict check for debugging (start-up may be slower)" OFF)
#
# Leave GTK2 the default on Windows, looks better than GTK3