Skip to content

Commit ef19045

Browse files
authored
Update xmake.lua
1 parent a168332 commit ef19045

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

xmake/toolchains/rust/xmake.lua

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@ toolchain("rust")
3737

3838
local target = target_triple(toolchain:plat(), toolchain:arch(), opt)
3939
if target then
40-
toolchain:add("rcflags", "--verbose")
4140
toolchain:add("rcflags", "--target=" .. target)
4241
else
4342
toolchain:set("rcshflags", "")

0 commit comments

Comments
 (0)