Skip to content

Commit

Permalink
receive profile and exception packets
Browse files Browse the repository at this point in the history
  • Loading branch information
artpaul committed Jan 8, 2017
1 parent 4637fc7 commit b3d31c6
Show file tree
Hide file tree
Showing 7 changed files with 428 additions and 319 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ PROJECT (CLICKHOUSE-CLIENT)
SET (CMAKE_CXX_STANDARD_REQUIRED ON)

IF (UNIX)
SET (CMAKE_CXX_FLAGS "-pthread")
SET (CMAKE_CXX_FLAGS "-pthread -Wall -Wextra -Werror")
SET (CMAKE_EXE_LINKER_FLAGS, "-lpthread")
ENDIF ()

Expand Down
2 changes: 1 addition & 1 deletion clickhouse/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ ADD_LIBRARY (clickhouse-cpp-lib STATIC
)

TARGET_INCLUDE_DIRECTORIES(clickhouse-cpp-lib
PRIVATE .
PRIVATE .
)

SET_TARGET_PROPERTIES(clickhouse-cpp-lib
Expand Down
Loading

0 comments on commit b3d31c6

Please sign in to comment.