summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--xmake/toolchains/rust/xmake.lua1
1 files changed, 0 insertions, 1 deletions
diff --git a/xmake/toolchains/rust/xmake.lua b/xmake/toolchains/rust/xmake.lua
index 184cb6769..a17dc3517 100644
--- a/xmake/toolchains/rust/xmake.lua
+++ b/xmake/toolchains/rust/xmake.lua
@@ -37,7 +37,6 @@ toolchain("rust")
local target = target_triple(toolchain:plat(), toolchain:arch(), opt)
if target then
- toolchain:add("rcflags", "--verbose")
toolchain:add("rcflags", "--target=" .. target)
else
toolchain:set("rcshflags", "")