common/l*: add Korean translation (#14665)
This commit is contained in:
24
pages.ko/common/ldc.md
Normal file
24
pages.ko/common/ldc.md
Normal file
@@ -0,0 +1,24 @@
|
||||
# ldc
|
||||
|
||||
> LLVM을 백엔드로 사용하는 D 컴파일러.
|
||||
> 더 많은 정보: <https://wiki.dlang.org/Using_LDC>.
|
||||
|
||||
- 소스 코드 파일을 실행 가능한 바이너리로 컴파일:
|
||||
|
||||
`ldc2 {{경로/대상/소스.d}} -of={{경로/대상/출력_실행파일}}`
|
||||
|
||||
- 소스 코드 파일을 링크하지 않고 컴파일:
|
||||
|
||||
`ldc2 -c {{경로/대상/소스.d}}`
|
||||
|
||||
- 대상 아키텍처와 OS 선택:
|
||||
|
||||
`ldc -mtriple={{아키텍처_OS}} -c {{경로/대상/소스.d}}`
|
||||
|
||||
- 도움말 표시:
|
||||
|
||||
`ldc2 -h`
|
||||
|
||||
- 전체 도움말 표시:
|
||||
|
||||
`ldc2 -help-hidden`
|
Reference in New Issue
Block a user