diff options
| author | ruki <[email protected]> | 2019-06-09 23:15:08 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2019-06-09 23:15:08 +0800 |
| commit | 60ddb4c5a6725d11a7821d691dfd53c23df282bc (patch) | |
| tree | 2cbce0fbb1afc08141761e18699fc23407b3f519 /xmake/modules | |
| parent | 7a8d81f043060ace914fc13f3ca914419605ab27 (diff) | |
improve to the device link for cuda
Diffstat (limited to 'xmake/modules')
| -rw-r--r-- | xmake/modules/core/tools/nvcc.lua | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/xmake/modules/core/tools/nvcc.lua b/xmake/modules/core/tools/nvcc.lua index 568c6aef9..592634ac8 100644 --- a/xmake/modules/core/tools/nvcc.lua +++ b/xmake/modules/core/tools/nvcc.lua @@ -29,9 +29,6 @@ import("private.tools.nvcc.parse_deps") -- init it function init(self) - -- init shflags - self:set("cu-shflags", "-shared") - -- init flags if not is_plat("windows") then self:set("shared.cuflags", "-Xcompiler -fPIC") |
