gc*, gd*, ge*, gfortran: add Korean translation (#14294)

This commit is contained in:
HoJeong Im
2024-10-20 23:21:22 +09:00
committed by GitHub
parent 1893788d27
commit 730185e6cf
25 changed files with 494 additions and 0 deletions

24
pages.ko/common/gdc.md Normal file
View File

@@ -0,0 +1,24 @@
# gdc
> GCC를 백엔드로 사용하는 D 컴파일러.
> 더 많은 정보: <https://wiki.dlang.org/Using_GDC>.
- 실행 파일을 생성:
`gdc {{경로/대상/소스.d}} -o {{경로/대상/출력_실행파일}}`
- 모듈 종속성에 대한 정보를 출력:
`gdc -fdeps`
- Ddoc 문서를 생성:
`gdc -fdoc`
- D 인터페이스 파일 생성:
`gdc -fintfc`
- 컴파일 시 표준 GCC 라이브러리를 링크하지 않음:
`gdc -nostdlib`