We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
llvm.strip-debuginfo
1 parent 5648a66 commit d3596c8Copy full SHA for d3596c8
config.example.toml
@@ -56,6 +56,11 @@ changelog-seen = 2
56
# Indicates whether an LLVM Release build should include debug info
57
#release-debuginfo = false
58
59
+# When building LLVM as a dynamically linked library, and not explicitly
60
+# requesting debuginfo, strips the debuginfo it could contain (most often coming
61
+# from the C++ standard library).
62
+#strip-debuginfo = false
63
+
64
# Indicates whether the LLVM assertions are enabled or not
65
# NOTE: When assertions are disabled, bugs in the integration between rustc and LLVM can lead to
66
# unsoundness (segfaults, etc.) in the rustc process itself, not just in the generated code.
0 commit comments