Skip to content

Commit 6abb547

Browse files
update comment
1 parent 9deb1e5 commit 6abb547

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,8 @@ RUN find ./python/lib/$runtime/site-packages/ddtrace -name \*.h -delete
7373
RUN find ./python/lib/$runtime/site-packages/ddtrace -name \*.hpp -delete
7474
RUN find ./python/lib/$runtime/site-packages/ddtrace -name \*.pyx -delete
7575

76-
# Strip debug symbols using strip -g for all .so files in ddtrace. This is to
76+
# Strip debug symbols and symbols that are not needed for relocation
77+
# processing using strip --strip-unneeded for all .so files. This is to
7778
# reduce the size when ddtrace is built from sources. The release wheels are
7879
# already stripped of debug symbols. We should revisit this when serverless
7980
# benchmark uses pre-built wheels instead of building from sources.

0 commit comments

Comments
 (0)