diff options
| author | OpportunityLiu <opportunity@live.in> | 2019-06-19 15:15:54 +0800 |
|---|---|---|
| committer | OpportunityLiu <opportunity@live.in> | 2019-06-19 15:15:54 +0800 |
| commit | 12861845da4bd86278b049f026e6698ffeb336d1 (patch) | |
| tree | 4d8850964274961c23008e0854b678272ffdf060 /README.md | |
| parent | 1e3bf498456a76a11592c30d8952d11277def5ac (diff) | |
| download | xmake-docs-12861845da4bd86278b049f026e6698ffeb336d1.tar.gz xmake-docs-12861845da4bd86278b049f026e6698ffeb336d1.zip | |
add splitenv & utils.dump
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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> |
