mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-26 01:22:04 +00:00
64194c9b03
* Updating poco part 1: use submodule * switch to tmp submodule * update submodule * wip * wip * wip * wip * wip * fix * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * test * wip * wip * wip * wip * wip * wip * Remove werror * wip * wip * wip * wip * wip * Block pipe signal * Update poco * Update and fix poco * Better sigpipe handler * Better block sigpipe * Update BaseDaemon.cpp |
||
---|---|---|
.. | ||
include/gperftools | ||
src | ||
AUTHORS | ||
CMakeLists.txt | ||
COPYING | ||
README |
https://github.com/gperftools/gperftools/commit/dde32f8bbc95312379f9f5a651799815bb6327c5 Several modifications: 1. Disabled TCMALLOC_AGGRESSIVE_DECOMMIT by default. It is important. 2. Using only files for tcmalloc_minimal build (./configure --enable-minimal). 3. Using some compiler flags from project. 4. Removed warning about unused variable when build with NDEBUG (by default). 5. Including config.h with relative path.