cmake: disable gprof by default

This commit is contained in:
Vaxry 2025-05-26 23:33:25 +02:00
parent c2805aad92
commit be6ee6e55f
No known key found for this signature in database
GPG key ID: 665806380871D640

View file

@ -153,7 +153,7 @@ endif()
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)
message(STATUS "Setting debug flags")