We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4994f73 commit 1dcaf70Copy full SHA for 1dcaf70
src/doc/rustc/src/codegen-options/index.md
@@ -561,6 +561,10 @@ Supported values for this option are:
561
Programs which may be combined with others, such as CLI pipelines and developer tooling,
562
or even anything which wants crash-reporting, should usually avoid `-Cstrip=symbols`.
563
564
+Note that, at any level, removing debuginfo only necessarily impacts "friendly" introspection.
565
+`-Cstrip` cannot be relied on as a meaningful security or obfuscation measure, as disassemblers
566
+and decompilers can extract considerable information even in the absence of symbols.
567
+
568
## symbol-mangling-version
569
570
This option controls the [name mangling] format for encoding Rust item names
0 commit comments