diff options
author | Maksim Denisov <denisov.maksim@huawei.com> | 2024-05-27 16:16:26 +0200 |
---|---|---|
committer | Maksim Denisov <denisov.maksim@huawei.com> | 2024-05-28 16:19:19 +0200 |
commit | c0b46b2f4e47fc017beeae34ff555418d198e1d4 (patch) | |
tree | 6a4319a1b974fd6113fab80dd1047c1a8cb7be18 /src/buildtool/execution_api/common/TARGETS | |
parent | fd8ad0f561dd253bf7399ce9a4594242e918ca25 (diff) | |
download | justbuild-c0b46b2f4e47fc017beeae34ff555418d198e1d4.tar.gz |
Use shared_ptr for data in ContentBlob
...to reduce the "price" of copying.
Diffstat (limited to 'src/buildtool/execution_api/common/TARGETS')
-rw-r--r-- | src/buildtool/execution_api/common/TARGETS | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/buildtool/execution_api/common/TARGETS b/src/buildtool/execution_api/common/TARGETS index 956fb3a3..50e556a9 100644 --- a/src/buildtool/execution_api/common/TARGETS +++ b/src/buildtool/execution_api/common/TARGETS @@ -96,6 +96,6 @@ , "name": ["content_blob_container"] , "hdrs": ["content_blob_container.hpp"] , "stage": ["src", "buildtool", "execution_api", "common"] - , "deps": [["src/utils/cpp", "transformed_range"]] + , "deps": [["src/utils/cpp", "transformed_range"], ["@", "gsl", "", "gsl"]] } } |