Skip to content

Commit d3596c8

Browse files
committed
describe llvm.strip-debuginfo in the config example
1 parent 5648a66 commit d3596c8

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

config.example.toml

+5
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,11 @@ changelog-seen = 2
5656
# Indicates whether an LLVM Release build should include debug info
5757
#release-debuginfo = false
5858

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+
5964
# Indicates whether the LLVM assertions are enabled or not
6065
# NOTE: When assertions are disabled, bugs in the integration between rustc and LLVM can lead to
6166
# unsoundness (segfaults, etc.) in the rustc process itself, not just in the generated code.

0 commit comments

Comments
 (0)