Added comments

This commit is contained in:
Alexey Milovidov 2020-08-12 01:49:38 +03:00
parent cb031d3548
commit e65a59c400

View File

@ -144,6 +144,9 @@ int mainEntryClickHouseInstall(int argc, char ** argv)
/// Copy binary to the destination directory.
/// TODO An option to link instead of copy - useful for developers.
/// TODO Check if the binary is the same.
size_t binary_size = fs::file_size(binary_self_path);
fs::path prefix = fs::path(options["prefix"].as<std::string>());