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 aa1cbe7 commit 7ba9028Copy full SHA for 7ba9028
Dockerfile
@@ -22,6 +22,10 @@ RUN curl https://sh.rustup.rs -sSf | \
22
sh -s -- --default-toolchain stable -y
23
ENV PATH=/root/.cargo/bin:$PATH
24
25
+# Compile mode is explicitly set here to strip the debug symbols from the
26
+# native extensions in dd-trace-py. Otherwise, they will have debug symbols
27
+# by default when built from sources. PyPI packages are stripped off of debug
28
+# symbols. This is mainly to reduce the layer size at the cost of debuggability
29
ENV DD_COMPILE_MODE=Release
30
31
# Install datadog_lambda and dependencies from local
0 commit comments