diff options
Diffstat (limited to 'xmake/modules/core/tools/nvcc.lua')
| -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") |
