diff options
Diffstat (limited to 'zh-cn/guide/project_examples.md')
| -rw-r--r-- | zh-cn/guide/project_examples.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/zh-cn/guide/project_examples.md b/zh-cn/guide/project_examples.md index 2f85824c..3f722f00 100644 --- a/zh-cn/guide/project_examples.md +++ b/zh-cn/guide/project_examples.md @@ -158,7 +158,7 @@ target("cuda_console") ``` <p class="tip"> -从v2.2.7版本开始,默认构建会启用device-link,@see https://devblogs.nvidia.com/separate-compilation-linking-cuda-device-code/ +从v2.2.7版本开始,默认构建会启用device-link。(参见 [Separate Compilation and Linking of CUDA C++ Device Code](https://devblogs.nvidia.com/separate-compilation-linking-cuda-device-code/)) 如果要显示禁用device-link,可以通过`add_values("cuda.devlink", false)` 来设置。 </p> |
