aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorruki <waruqi@gmail.com>2019-06-19 16:14:43 +0800
committerGitHub <noreply@github.com>2019-06-19 16:14:43 +0800
commitea389f3a7e36cf38bc24bb9a7b18de6984b6a05f (patch)
tree4d8850964274961c23008e0854b678272ffdf060 /README.md
parent1e3bf498456a76a11592c30d8952d11277def5ac (diff)
parent12861845da4bd86278b049f026e6698ffeb336d1 (diff)
downloadxmake-docs-docute.tar.gz
xmake-docs-docute.zip
Merge pull request #9 from OpportunityLiu/masterdocute
add splitenv & utils.dump
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 594da19f..aded8dbb 100644
--- a/README.md
+++ b/README.md
@@ -434,7 +434,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>