hopefully we'll have a profile for TaskManager this time

This commit is contained in:
DarthArgus
2017-01-10 11:21:44 -06:00
parent 49a18be0ba
commit 75faf32848

View File

@@ -1,4 +1,7 @@
if (${CMAKE_BUILD_TYPE} STREQUAL "MINSIZEREL")
add_compile_options(-fprofile-instr-use=${PROJECT_SOURCE_DIR}/src/linux/TaskManager.profdata)
endif()
set(SHARED_SOURCES
shared/CentralConnection.cpp
shared/CentralConnection.h