rustc: add short/long options (#21133)

This commit is contained in:
Nelson Figueroa
2026-02-15 00:51:59 -08:00
committed by GitHub
parent 6a66fe7be4
commit 5da13266fc
3 changed files with 6 additions and 6 deletions
+2 -2
View File
@@ -10,7 +10,7 @@
- உகப்பாக்கத்துடன் தொகுக்கவும் (`s` என்பது பைனரி அளவுக்கு உகந்ததாக்கு; `z` என்பது இன்னும் கூடுதலான மேம்படுத்தலுடன் சமம்):
`rustc -C lto -C opt-level={{0|1|2|3|s|z}} {{முக்கிய_கோப்பு.rs/பாதை}}`
`rustc {{[-C|--codegen]}} lto {{[-C|--codegen]}} opt-level={{0|1|2|3|s|z}} {{முக்கிய_கோப்பு.rs/பாதை}}`
- பிழைத்திருத்த தகவலுடன் தொகுக்கவும்:
@@ -22,7 +22,7 @@
- தற்போதைய CPU க்கான கட்டிடக்கலை-குறிப்பிட்ட மேம்படுத்தல்களுடன் தொகுக்கவும்:
`rustc -C target-cpu={{native}} {{முக்கிய_கோப்பு.rs/பாதை}}`
`rustc {{[-C|--codegen]}} target-cpu={{native}} {{முக்கிய_கோப்பு.rs/பாதை}}`
- இலக்கு பட்டியலைக் காண்பி (குறிப்பு: `rustup` ஐப் பயன்படுத்தி ஒரு இலக்கை முதலில் தொகுக்க நீங்கள் சேர்க்க வேண்டும்):