diff --git a/pages.ko/common/rustc.md b/pages.ko/common/rustc.md index 3dcb811c11..e38eb86155 100644 --- a/pages.ko/common/rustc.md +++ b/pages.ko/common/rustc.md @@ -10,7 +10,7 @@ - 최적화하여 컴파일 (`s`는 바이너리 크기 최적화를 의미하며, `z`는 더 많은 최적화를 포함): -`rustc -C lto -C opt-level={{0|1|2|3|s|z}} {{경로/대상/main.rs}}` +`rustc {{[-C|--codegen]}} lto {{[-C|--codegen]}} opt-level={{0|1|2|3|s|z}} {{경로/대상/main.rs}}` - 디버깅 정보 포함하여 컴파일: @@ -22,7 +22,7 @@ - 현재 CPU에 대한 아키텍처별 최적화로 컴파일: -`rustc -C target-cpu={{native}} {{경로/대상/main.rs}}` +`rustc {{[-C|--codegen]}} target-cpu={{native}} {{경로/대상/main.rs}}` - 대상 목록 표시 (참고: 컴파일하려는 대상은 먼저 `rustup`을 사용하여 추가해야 함): diff --git a/pages.pt_BR/common/rustc.md b/pages.pt_BR/common/rustc.md index 745e7270ce..830fb10471 100644 --- a/pages.pt_BR/common/rustc.md +++ b/pages.pt_BR/common/rustc.md @@ -10,7 +10,7 @@ - Compila com otimizações (s significa otimizar o tamanho do binário; z é o mesmo com ainda mais otimizações): -`rustc -C lto -C opt-level={{0|1|2|3|s|z}} {{caminho/para/arquivo.rs}}` +`rustc {{[-C|--codegen]}} lto {{[-C|--codegen]}} opt-level={{0|1|2|3|s|z}} {{caminho/para/arquivo.rs}}` - Compila com informações de depuração: @@ -22,7 +22,7 @@ - Compila com otimizações específicas de arquitetura para a CPU atual: -`rustc -C target-cpu={{native}} {{caminho/para/arquivo.rs}}` +`rustc {{[-C|--codegen]}} target-cpu={{native}} {{caminho/para/arquivo.rs}}` - Exibe lista de targets: diff --git a/pages.ta/common/rustc.md b/pages.ta/common/rustc.md index 125b0722e8..d5c97ac702 100644 --- a/pages.ta/common/rustc.md +++ b/pages.ta/common/rustc.md @@ -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` ஐப் பயன்படுத்தி ஒரு இலக்கை முதலில் தொகுக்க நீங்கள் சேர்க்க வேண்டும்):