summaryrefslogtreecommitdiff
path: root/tests/projects/cuda/console_2/xmake.lua
diff options
context:
space:
mode:
authorruki <[email protected]>2023-08-21 22:32:49 +0800
committerruki <[email protected]>2023-08-21 22:32:49 +0800
commit3af4b92bef5b4f9c58575cb4ea5770d846a554c8 (patch)
treea34bb0c00898ed5670cd37822ed6b9a4612e6b12 /tests/projects/cuda/console_2/xmake.lua
parent082c0d445eb93734bcf2f010b4c8874f8fcc2f55 (diff)
remove unused flags
Diffstat (limited to 'tests/projects/cuda/console_2/xmake.lua')
-rw-r--r--tests/projects/cuda/console_2/xmake.lua1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/projects/cuda/console_2/xmake.lua b/tests/projects/cuda/console_2/xmake.lua
index d2571269e..d04aa8856 100644
--- a/tests/projects/cuda/console_2/xmake.lua
+++ b/tests/projects/cuda/console_2/xmake.lua
@@ -5,6 +5,5 @@ add_cugencodes("compute_35")
target("bin")
set_kind("binary")
- add_cuflags("-rdc=true")
add_includedirs("inc")
add_files("src/*.cu")