diff options
| author | ruki <[email protected]> | 2018-10-16 00:49:09 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2018-10-15 22:54:56 +0800 |
| commit | 29598d7ee9489d7383ac2bb4da48264c99539477 (patch) | |
| tree | 10533890e42baeb26fe928c333206382d5c5f850 /tests/projects | |
| parent | e7bebb2e4c03c85e801c6b7e2e7131da5dec7869 (diff) | |
remove some unsupported nvcc flags
Diffstat (limited to 'tests/projects')
| -rw-r--r-- | tests/projects/cuda/console/xmake.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/projects/cuda/console/xmake.lua b/tests/projects/cuda/console/xmake.lua index a1590891e..b50beb03c 100644 --- a/tests/projects/cuda/console/xmake.lua +++ b/tests/projects/cuda/console/xmake.lua @@ -21,3 +21,4 @@ target("cuda_console") add_cuflags("-gencode arch=compute_" .. sm .. ",code=compute_" .. sm) add_ldflags("-gencode arch=compute_" .. sm .. ",code=compute_" .. sm) + |
