diff options
Diffstat (limited to 'guide/project_examples.md')
| -rw-r--r-- | guide/project_examples.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/guide/project_examples.md b/guide/project_examples.md index 385d5a5c..cdb1ca8e 100644 --- a/guide/project_examples.md +++ b/guide/project_examples.md @@ -156,7 +156,7 @@ target("cuda_console") ``` <p class="tip"> -Starting with v2.2.7, the default build will enable device-link, @see https://devblogs.nvidia.com/separate-compilation-linking-cuda-device-code/ +Starting with v2.2.7, the default build will enable device-link. (see [Separate Compilation and Linking of CUDA C++ Device Code](https://devblogs.nvidia.com/separate-compilation-linking-cuda-device-code/)) If you want to disable device-link, you can set it with `add_values("cuda.devlink", false)`. </p> |
