diff options
| author | ruki <waruqi@gmail.com> | 2019-06-23 21:08:29 +0800 |
|---|---|---|
| committer | ruki <waruqi@gmail.com> | 2019-06-23 21:08:29 +0800 |
| commit | 82b1b474c8d62b8f4b25d02d61675b3790caae1e (patch) | |
| tree | 0c78bb1f6b7026caa553ee4203e91d3b3acc32d0 /guide | |
| parent | 5c4032ec25a6b86ef7e4c097976a13373c3f5925 (diff) | |
| download | xmake-docs-docsify.tar.gz xmake-docs-docsify.zip | |
remove table.dump and add path.splitenvdocsify
Diffstat (limited to 'guide')
| -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> |
