From 82b1b474c8d62b8f4b25d02d61675b3790caae1e Mon Sep 17 00:00:00 2001 From: ruki Date: Sun, 23 Jun 2019 21:08:29 +0800 Subject: remove table.dump and add path.splitenv --- guide/project_examples.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'guide') 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") ```

-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)`.

-- cgit v1.2.3