Skip to content

Commit 310d734

Browse files
strip debug all
1 parent 4a7cec2 commit 310d734

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,8 +77,8 @@ RUN find ./python/lib/$runtime/site-packages/ddtrace -name \*.pyx -delete
7777
# reduce the size when ddtrace is built from sources. The release wheels are
7878
# already stripped of debug symbols. We should revisit this when serverless
7979
# benchmark uses pre-built wheels instead of building from sources.
80-
# RUN find ./python/lib/$runtime/site-packages -name "*.so" -exec strip -g {} \;
81-
RUN find ./python/lib/$runtime/site-packages/ddtrace -name "*.so" -exec strip -g {} \;
80+
RUN find ./python/lib/$runtime/site-packages -name "*.so" -exec strip -g {} \;
81+
# RUN find ./python/lib/$runtime/site-packages/ddtrace -name "*.so" -exec strip -g {} \;
8282

8383
FROM scratch
8484
COPY --from=builder /build/python /

0 commit comments

Comments
 (0)