We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a168332 commit ef19045Copy full SHA for ef19045
xmake/toolchains/rust/xmake.lua
@@ -37,7 +37,6 @@ toolchain("rust")
37
38
local target = target_triple(toolchain:plat(), toolchain:arch(), opt)
39
if target then
40
- toolchain:add("rcflags", "--verbose")
41
toolchain:add("rcflags", "--target=" .. target)
42
else
43
toolchain:set("rcshflags", "")
0 commit comments