[Cmake] Fixed whoopsie. Disabled profiler from default
This commit is contained in:
@@ -38,8 +38,8 @@ option(XENIA_BUILD_TESTS "Build test suites" OFF)
|
||||
option(XENIA_BUILD_MISC "Build misc subprojects (trace viewers, shader compiler, vfs-dump, demos)" OFF)
|
||||
|
||||
# Toggle profiler
|
||||
add_compile_definitions(XE_OPTION_PROFILING=1)
|
||||
add_compile_definitions(XE_OPTION_PROFILING_UI=1)
|
||||
add_compile_definitions(XE_OPTION_PROFILING=0)
|
||||
add_compile_definitions(XE_OPTION_PROFILING_UI=0)
|
||||
|
||||
if(XENIA_BUILD_TESTS)
|
||||
enable_testing()
|
||||
|
||||
Reference in New Issue
Block a user