Skip to content

Commit

Permalink
Add define that makes QsLog to log via a separate thread.
Browse files Browse the repository at this point in the history
This should avoid any lookup related to file system sync.
  • Loading branch information
Tobias Hieta committed Apr 28, 2016
1 parent a0d9427 commit 32371ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ set(CMAKE_INCLUDE_CURRENT_DIR ON)
set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} "${CMAKE_SOURCE_DIR}/CMakeModules/")
set(CMAKE_INSTALL_DEFAULT_COMPONENT_NAME Core)

add_definitions(-DQS_LOG_LINE_NUMBERS)
add_definitions(-DQS_LOG_LINE_NUMBERS -DQS_LOG_SEPARATE_THREAD)

include(utils)
include(CompilerFlags)
Expand Down

0 comments on commit 32371ee

Please sign in to comment.