We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9deb1e5 commit 6abb547Copy full SHA for 6abb547
Dockerfile
@@ -73,7 +73,8 @@ RUN find ./python/lib/$runtime/site-packages/ddtrace -name \*.h -delete
73
RUN find ./python/lib/$runtime/site-packages/ddtrace -name \*.hpp -delete
74
RUN find ./python/lib/$runtime/site-packages/ddtrace -name \*.pyx -delete
75
76
-# Strip debug symbols using strip -g for all .so files in ddtrace. This is to
+# Strip debug symbols and symbols that are not needed for relocation
77
+# processing using strip --strip-unneeded for all .so files. This is to
78
# reduce the size when ddtrace is built from sources. The release wheels are
79
# already stripped of debug symbols. We should revisit this when serverless
80
# benchmark uses pre-built wheels instead of building from sources.
0 commit comments