cmake: disable gprof by default
This commit is contained in:
parent
c2805aad92
commit
be6ee6e55f
1 changed files with 1 additions and 1 deletions
|
|
@ -153,7 +153,7 @@ endif()
|
||||||
|
|
||||||
add_executable(Hyprland ${SRCFILES} ${TRACY_CPP_FILES})
|
add_executable(Hyprland ${SRCFILES} ${TRACY_CPP_FILES})
|
||||||
|
|
||||||
set(USE_GPROF ON)
|
set(USE_GPROF OFF)
|
||||||
|
|
||||||
if(CMAKE_BUILD_TYPE MATCHES Debug OR CMAKE_BUILD_TYPE MATCHES DEBUG)
|
if(CMAKE_BUILD_TYPE MATCHES Debug OR CMAKE_BUILD_TYPE MATCHES DEBUG)
|
||||||
message(STATUS "Setting debug flags")
|
message(STATUS "Setting debug flags")
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue