Disable debug logging in release build
This commit is contained in:
parent
7c54a080d1
commit
fe49bee4c4
@ -2,6 +2,7 @@ function(adaptive_brightness_add_compile_flags target)
|
|||||||
if(MSVC)
|
if(MSVC)
|
||||||
target_compile_options(${target} PUBLIC /MP)
|
target_compile_options(${target} PUBLIC /MP)
|
||||||
endif()
|
endif()
|
||||||
|
target_compile_definitions(${target} PUBLIC $<$<NOT:$<CONFIG:Debug>>:QT_NO_DEBUG_OUTPUT>)
|
||||||
endfunction()
|
endfunction()
|
||||||
|
|
||||||
function(adaptive_brightness_enable_warnings target)
|
function(adaptive_brightness_enable_warnings target)
|
||||||
|
Loading…
Reference in New Issue
Block a user