Add CMake option to enable/disable performance monitoring
This commit is contained in:
@@ -4,6 +4,7 @@ project(epec-mcu-emulator LANGUAGES C)
|
||||
|
||||
option(WERROR "Treat warnings as errors" OFF)
|
||||
option(SANITIZERS "Enable memory and undefined behaviour sanitizers" OFF)
|
||||
option(PERFMON "Monitor performance of game code" ON)
|
||||
|
||||
set(CMAKE_EXPORT_COMPILE_COMMANDS ON)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user