common/o*: add Korean translation (#14642)
* common/o*: add Korean translation * odps-resource: update Korean translation (fix typo)
This commit is contained in:
13
pages.ko/common/ocamlopt.md
Normal file
13
pages.ko/common/ocamlopt.md
Normal file
@@ -0,0 +1,13 @@
|
||||
# ocamlopt
|
||||
|
||||
> OCaml 네이티브 코드 컴파일러.
|
||||
> 네이티브 실행 파일을 생성합니다. 예: Linux의 ELF.
|
||||
> 더 많은 정보: <https://ocaml.org>.
|
||||
|
||||
- 소스 파일 컴파일:
|
||||
|
||||
`ocamlopt -o {{경로/대상/바이너리}} {{경로/대상/소스_파일.ml}}`
|
||||
|
||||
- 디버깅을 활성화하여 컴파일:
|
||||
|
||||
`ocamlopt -g -o {{경로/대상/바이너리}} {{경로/대상/소스_파일.ml}}`
|
Reference in New Issue
Block a user