From 57c13ed138aeeb9b7b82d388c6d584f611e1aadf Mon Sep 17 00:00:00 2001 From: Mikael Simberg Date: Wed, 11 May 2022 09:39:42 +0200 Subject: [PATCH] Remove duplicate TRACY_NO_FRAME_IMAGE CMake option --- CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index f055ea4c..9e312f97 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -44,7 +44,6 @@ set_option(TRACY_ONLY_IPV4 "Tracy will only accept connections on IPv4 addresses set_option(TRACY_NO_CODE_TRANSFER "Disable collection of source code" OFF) set_option(TRACY_NO_CONTEXT_SWITCH "Disable capture of context switches" OFF) set_option(TRACY_NO_EXIT "Client executable does not exit until all profile data is sent to server" OFF) -set_option(TRACY_NO_FRAME_IMAGE "Disable capture of frame images" OFF) set_option(TRACY_NO_SAMPLING "Disable call stack sampling" OFF) set_option(TRACY_NO_VERIFY "Disable zone validation for C API" OFF) set_option(TRACY_NO_VSYNC_CAPTURE "Disable capture of hardware Vsync events" OFF)