Added address sanitizer to options.
authorArmin Novak <armin.novak@thincast.com>
Mon, 18 Jul 2016 10:33:42 +0000 (12:33 +0200)
committerArmin Novak <armin.novak@thincast.com>
Thu, 6 Oct 2016 11:43:02 +0000 (13:43 +0200)
cmake/ConfigOptions.cmake

index d2868f2..26150c9 100644 (file)
@@ -43,6 +43,7 @@ endif()
 
 if(NOT WIN32)
     option(WITH_VALGRIND_MEMCHECK "Compile with valgrind helpers." OFF)
+    option(WITH_SANITIZE_ADDRESS "Compile with clang address sanitizer." OFF)
 else()
        if(NOT UWP)
        option(WITH_MEDIA_FOUNDATION "Enable H264 media foundation decoder." ON)