From 60ddb4c5a6725d11a7821d691dfd53c23df282bc Mon Sep 17 00:00:00 2001 From: ruki Date: Sun, 9 Jun 2019 23:15:08 +0800 Subject: improve to the device link for cuda --- xmake/modules/core/tools/nvcc.lua | 3 --- 1 file changed, 3 deletions(-) (limited to 'xmake/modules/core/tools') 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") -- cgit v1.3.1