Remove redundant USE_TRACY option
parent
16db785e2f
commit
de9374f0eb
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in New Issue