aboutsummaryrefslogtreecommitdiffstats
path: root/CMakeOptions.txt
diff options
context:
space:
mode:
authorPascal Quantin <pascal@wireshark.org>2021-04-26 21:37:06 +0200
committerPascal Quantin <pascal@wireshark.org>2021-04-26 21:37:06 +0200
commitc713fb3b7d9c2ea0cd0da135db5bc99bfbd28e72 (patch)
tree2f72c6fce7c7c88140db2d3cf39df13d171e880f /CMakeOptions.txt
parent21474fa30812bb4da32f0f89046b30f4407eefef (diff)
Windows: move ENABLE_VLD to CMakeOptions.txt
Diffstat (limited to 'CMakeOptions.txt')
-rw-r--r--CMakeOptions.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeOptions.txt b/CMakeOptions.txt
index 4c42664645..d76851d1a1 100644
--- a/CMakeOptions.txt
+++ b/CMakeOptions.txt
@@ -63,6 +63,7 @@ endif()
if (WIN32)
option(ENABLE_LTO "Improves performance using Link time Optimization" ON)
+ option(ENABLE_VLD "Enable Visual Leak Detect in Debug configuration" OFF)
else()
option(ENABLE_LTO "Improves performance using Link time Optimization" OFF)
endif()