Remove redundant USE_TRACY option

master
Ansariel 2024-08-21 03:14:39 +02:00
parent 16db785e2f
commit de9374f0eb
1 changed files with 0 additions and 1 deletions

View File

@ -89,7 +89,6 @@ endif (USE_AVX_OPTIMIZATION)
add_subdirectory(cmake)
# <FS:Beq> Tracy Profiler support
option(USE_TRACY "Tracy Profiler support" OFF)
if (USE_TRACY)
message(STATUS "Compiling with Tracy profiler")
else (USE_TRACY)