mirror of
https://github.com/wesnoth/wesnoth
synced 2025-04-16 20:36:44 +00:00
Make the profiler configurable in CMake's UI
This commit is contained in:
parent
e53d9c321d
commit
bf3f22a030
|
@ -398,6 +398,7 @@ if(NOT WIN32)
|
|||
# #
|
||||
# Setup profiler build options
|
||||
# #
|
||||
set(PROFILER "" CACHE STRING "Enable performance-measuring tools (and choose which tool to use)")
|
||||
|
||||
if(PROFILER STREQUAL "gprof")
|
||||
MESSAGE("Profiler is gprof")
|
||||
|
|
Loading…
Reference in New Issue
Block a user