add new chinese translations
This commit is contained in:
24
pages.zh/common/dmd.md
Normal file
24
pages.zh/common/dmd.md
Normal file
@@ -0,0 +1,24 @@
|
||||
# dmd
|
||||
|
||||
> 官方 D 编译器。
|
||||
> 更多信息:<https://dlang.org/dmd.html>。
|
||||
|
||||
- 编译 D 源文件:
|
||||
|
||||
`dmd {{path/to/source.d}}`
|
||||
|
||||
- 生成所有模板实例化的代码:
|
||||
|
||||
`dmd -allinst`
|
||||
|
||||
- 控制边界检查:
|
||||
|
||||
`dmd -boundscheck={{on|safeonly|off}}`
|
||||
|
||||
- 列出所有可用检查的信息:
|
||||
|
||||
`dmd -check={{h|help|?}}`
|
||||
|
||||
- 开启彩色控制台输出:
|
||||
|
||||
`dmd -color`
|
Reference in New Issue
Block a user